diff options
author | 2021-10-18 17:28:06 +0000 | |
---|---|---|
committer | 2021-10-18 17:28:06 +0000 | |
commit | 3e51037262fd529961acccb199c4ce29a0ee2e33 (patch) | |
tree | 563d5d529f9ded685bca0743adec05168a322f92 /docs/src/pages/guides/markdown-content.md | |
parent | c2b3efeca84a12ddcb66afa8bf7b4e1486260ab4 (diff) | |
download | astro-3e51037262fd529961acccb199c4ce29a0ee2e33.tar.gz astro-3e51037262fd529961acccb199c4ce29a0ee2e33.tar.zst astro-3e51037262fd529961acccb199c4ce29a0ee2e33.zip |
[ci] yarn format
Diffstat (limited to 'docs/src/pages/guides/markdown-content.md')
-rw-r--r-- | docs/src/pages/guides/markdown-content.md | 1 |
1 files changed, 1 insertions, 0 deletions
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) |