Skip to content
Markdown

Markdown

Posted Updated
By 廿四2 min Read

VitePress basically generate pages from Markdown files. So you can use it to generate documentation or blog sites easily.

You should create and write Markdown files, so that VitePress can convert them to different pages according to file structure.

Markdown Config

VitePress introduce configuration for each Markdown page using Frontmatter.

Frontmatter

Frontmatter is an important concept in VitePress, read VitePress Frontmatter for details.

Markdown Extensions

The Markdown content in VitePress will be parsed by Markdown-It, which supports syntax extensions via markdown-it plugins.

  • VitePress Enhancement

    To enrich document content, VitePress extends standard Markdown syntax, read VitePress Markdown扩展 for details.

  • Self Enhancement

    You can extend the Markdown syntax by finding appropriate Markdown It plugins.

Changelog

2026-04-14 14:20
View All Changelog