[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!
This commit is contained in:
Sarah Rainsberger 2023-05-02 11:07:41 -03:00 committed by GitHub
parent a695e44aed
commit a41259daad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 Markdown 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.