Skip to content

Commit

Permalink
mention YAML in Markdown (withastro#3203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored May 9, 2023
1 parent f53f1fb commit fdc858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/markdown-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ i18nReady: true
import Since from '~/components/Since.astro'
import FileTree from '~/components/FileTree.astro'

[Markdown](https://daringfireball.net/projects/markdown/) is commonly used to author text-heavy content like blog posts and documentation. Astro includes built-in support for standard Markdown files.
[Markdown](https://daringfireball.net/projects/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](https://dev.to/paulasantamaria/introduction-to-yaml-125f) to define custom metadata such as a title, description, and tags.

With the [@astrojs/mdx integration](/en/guides/integrations-guide/mdx/) installed, Astro also supports [MDX](https://mdxjs.com/) (`.mdx`) files which bring added features like support for JavaScript expressions and components in your Markdown content.

Expand Down

0 comments on commit fdc858f

Please sign in to comment.