Files
vuepress/packages/@vuepress/markdown
ULIVZ 15af271a80 feat($markdown): ability to disable built-in markdown extensions
chainMarkdown (config) {
    require('@vuepress/markdown').removeAllBuiltInPlugins(config)
  }

Note that COMPONENT and ANCHOR plugin are required in VuePress, It is forbidden to delete them!
2018-11-14 01:17:58 +08:00
..
2018-09-27 13:33:31 +08:00

@vuepress/markdown

markdown for vuepress

Usage

const createMarkdown = require('@vuepress/markdown')
const md = createMarkdown(/* options */)

Options

slugify

  • TODO
  • TODO

anchor

  • TODO

toc

  • TODO

lineNumbers

  • TODO

beforeInstantiate

  • TODO

afterInstantiate

  • TODO