Add options.markdownItPlugins to support using markdown-it plugins when parsing.

This commit is contained in:
David Anson 2019-01-19 12:52:13 -08:00
parent ff86e1d7f1
commit 8a175955d7
5 changed files with 121 additions and 6 deletions

View file

@ -36,6 +36,10 @@
"glob": "~7.1.2",
"istanbul": "~0.4.5",
"js-yaml": "~3.12.0",
"markdown-it-for-inline": "~0.1.1",
"markdown-it-mathjax": "~2.0.0",
"markdown-it-sub": "~1.0.0",
"markdown-it-sup": "~1.0.0",
"nodeunit": "~0.11.3",
"rimraf": "~2.6.2",
"toml": "~2.3.3",