From 3e51037262fd529961acccb199c4ce29a0ee2e33 Mon Sep 17 00:00:00 2001 From: tony-sull Date: Mon, 18 Oct 2021 17:28:06 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/guides/markdown-content.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/pages/guides/markdown-content.md b/docs/src/pages/guides/markdown-content.md index 07849182e..0df562354 100644 --- a/docs/src/pages/guides/markdown-content.md +++ b/docs/src/pages/guides/markdown-content.md @@ -117,6 +117,7 @@ For Markdown files, the `content` prop also has an `astro` property which holds > Keep in mind that the only guaranteed properties coming from the `content` prop are `astro` and `url`. ### Images and videos + Using images or videos follows Astro's normal import rules: - Place them in the `public/` as explained on the [project-structure page](/core-concepts/project-structure/#public)