astro/.changeset/breezy-cats-grab.md
2023-03-06 13:19:22 -05:00

684 B

astro @astrojs/markdoc @astrojs/mdx
patch patch patch

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 for usage instructions, and browse the new with-markdoc starter to try for yourself.