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)