mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-27 14:15:52 +10:00
chainMarkdown (config) {
require('@vuepress/markdown').removeAllBuiltInPlugins(config)
}
Note that COMPONENT and ANCHOR plugin are required in VuePress, It is forbidden to delete them!
@vuepress/markdown
markdown for vuepress
Usage
const createMarkdown = require('@vuepress/markdown')
const md = createMarkdown(/* options */)
Options
slugify
- TODO
externalLinks
- TODO
anchor
- TODO
toc
- TODO
lineNumbers
- TODO
beforeInstantiate
- TODO
afterInstantiate
- TODO