mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-19 13:56:08 +01:00
Add options.markdownItPlugins to support using markdown-it plugins when parsing.
This commit is contained in:
parent
ff86e1d7f1
commit
8a175955d7
5 changed files with 121 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue