Compare commits

...

2 commits

Author SHA1 Message Date
Sarah Rainsberger
b58c6012c1
fix typo 2023-05-02 11:13:22 -03:00
Sarah Rainsberger
a41259daad
[markdoc README] note re: article tag
Trying to clean up a docs issue ( https://github.com/withastro/docs/issues/2904 ), and I think something like this will do it!
2023-05-02 11:07:41 -03:00

View file

@ -90,6 +90,8 @@ const { Content } = await entry.render();
<!--Render Markdoc contents with the Content component-->
<Content />
```
> **Note**
> The `<Content />` component renders your Markdoc content within `<article></article>`. This may affect CSS and styling of your content.
📚 See the [Astro Content Collection docs][astro-content-collections] for more information.