mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-15 01:48:06 +01:00
Introduce options.markdownItFactory (and remove options.markdownItPlugins) so the markdown-it parser can be removed as a direct dependency because it is no longer used by default.
This commit is contained in:
parent
3cbe1cb6c5
commit
d4b981bcb3
11 changed files with 172 additions and 67 deletions
|
|
@ -73,7 +73,6 @@
|
|||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "14.1.0",
|
||||
"micromark": "4.0.1",
|
||||
"micromark-core-commonmark": "2.0.2",
|
||||
"micromark-extension-directive": "3.0.2",
|
||||
|
|
@ -100,6 +99,7 @@
|
|||
"js-yaml": "4.1.0",
|
||||
"json-schema-to-typescript": "15.0.4",
|
||||
"jsonc-parser": "3.3.1",
|
||||
"markdown-it": "14.1.0",
|
||||
"markdown-it-for-inline": "2.0.1",
|
||||
"markdown-it-sub": "2.0.0",
|
||||
"markdown-it-sup": "2.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue