diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 85a657ea4..cbb8b8b4f 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -90,6 +90,8 @@ const { Content } = await entry.render(); ``` +> **Note** +> The `` component renders your Markdown content within `
`. This may affect CSS and styling of your content. 📚 See the [Astro Content Collection docs][astro-content-collections] for more information.