Markdown
VuePress 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 VuePress can convert them to different pages according to file structure.
Markdown Config
VuePress introduce configuration for each Markdown page using Frontmatter.
Frontmatter
Frontmatter is an important concept in VuePress, read Frontmatter Intro for details.
Markdown Extensions
The Markdown content in VuePress will be parsed by markdown-it, which supports syntax extensions via markdown-it plugins.
VuePress Enhancement
To enrich document content, VuePress extends standard Markdown syntax, read Built-in Markdown Features for details.
Theme Enhancement
With VuePress plugins, the theme extends more Markdown syntax, see Theme Enhancement for details.
Self Enhancement
You can find suitable Markdown It plugins to extend Markdown syntax by yourself, Markdown It Plugins can be a good choice.