From a41259daad6fd593053d819ff8f80cda5f8916b0 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Tue, 2 May 2023 11:07:41 -0300 Subject: [PATCH] [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! --- packages/integrations/markdoc/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.