Markdown Integrations
このコンテンツはまだ日本語訳がありません。
Markdown is commonly used to author text-heavy content like blog posts and documentation. Astro includes built-in support for standard Markdown files that can also include frontmatter YAML to define custom metadata such as a title, description, and tags. Astro supports standard Markdown files out of the box, either as standalone pages or in content collections.
Markdown Integrations
With the @astrojs/mdx integration installed, Astro also supports MDX (.mdx) files which bring added features like support for JavaScript expressions and components in your Markdown content.
The @astrojs/markdoc integration allows you to write your content collection entries in Markdoc (.mdoc) files. See the Markdoc integration guide for Markdoc usage in content collections.
See the full catalog for even more community-built Markdown integrations, MDX integrations, and Markdoc integrations including solutions for remote Markdown, layouts, and more.