This commit is contained in:
Sarah Rainsberger 2023-05-02 11:13:22 -03:00 committed by GitHub
parent a41259daad
commit b58c6012c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ const { Content } = await entry.render();
<Content />
```
> **Note**
> The `<Content />` component renders your Markdown content within `<article></article>`. This may affect CSS and styling of your content.
> 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.