Others
Less than 1 minuteMarkdownMarkdown
Link check
The theme will check your Markdown links in dev mode by default.
You can customize this feature through plugins.mdEnhance.linkCheck
in theme options, and you can choose from 'always'
, 'never'
, 'dev'
and 'build'
.
GFM
If your docs both serve on documentation site and directly on GitHub, we provide plugins.mdEnhance.gfm
in theme options to align your Markdown behavior with GitHub.
Note
Custom container is enabled by default in @vuepress/theme-default
and vuepress-theme-hope
, but not available in GitHub Markdown preview.
v-pre
Since VuePress2 has removed V1’s v-pre container in core, the plugin provides vPre
option to support it. That is, you can use any Mustache syntax in the container below.
::: v-pre
{{ abc }}
:::