From 4acb7491c9c4934172c787dffde2c45289ec277e Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 6 Mar 2023 13:19:22 -0500 Subject: [PATCH] docs: add usage to changeset --- .changeset/breezy-cats-grab.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.changeset/breezy-cats-grab.md b/.changeset/breezy-cats-grab.md index 69140ce8a..bc8228221 100644 --- a/.changeset/breezy-cats-grab.md +++ b/.changeset/breezy-cats-grab.md @@ -4,4 +4,12 @@ '@astrojs/mdx': patch --- -Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, and brings support for Astro and UI components in your content. This also improves internals to make Content Collections extensible to more file types in the future. +Introduce the (experimental) `@astrojs/markdoc` integration. This unlocks Markdoc inside your Content Collections, bringing support for Astro and UI components in your content. This also improves Astro core internals to make Content Collections extensible to more file types in the future. + +You can install this integration using the `astro add` command: + +``` +astro add markdoc +``` + +[Read the `@astrojs/markdoc` documentation](https://docs.astro.build/en/guides/integrations-guide/markdoc/) for usage instructions, and browse the [new `with-markdoc` starter](https://astro.new/with-markdoc) to try for yourself.