From f9ebf59982fa7dc1202368da344897f54de7f259 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 13 Feb 2023 18:09:15 -0500 Subject: [PATCH] docs: @astrojs/markdoc README intro --- packages/integrations/markdoc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations/markdoc/README.md b/packages/integrations/markdoc/README.md index 61645718ecab..5ce034d09c00 100644 --- a/packages/integrations/markdoc/README.md +++ b/packages/integrations/markdoc/README.md @@ -1,4 +1,4 @@ -# @astrojs/markdoc 📝 +# @astrojs/markdoc (experimental) 📝 This **[Astro integration][astro-integration]** enables the usage of [Markdoc](https://markdoc.dev/) to create components, pages, and content collection entries. @@ -13,7 +13,7 @@ This **[Astro integration][astro-integration]** enables the usage of [Markdoc](h ## Why Markdoc? -Markdoc allows you to enhance your Markdown with [UI components][astro-ui-frameworks]. If you have existing content authored in Markdoc, this integration allows you to bring those files to your Astro project. +Markdoc allows you to enhance your Markdown with [UI components][astro-ui-frameworks]. If you have existing content authored in Markdoc, this integration allows you to bring those files to your Astro project using content collections. ## Installation