mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Reimplement getReferenceLinkImageData using micromark tokens.
This commit is contained in:
parent
57c612cfa4
commit
97f99befb8
13 changed files with 1235 additions and 1068 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
/* eslint-disable n/file-extension-in-import */
|
||||
|
||||
export { gfmFootnote } from "micromark-extension-gfm-footnote";
|
||||
export { parse } from "micromark/lib/parse";
|
||||
export { postprocess } from "micromark/lib/postprocess";
|
||||
export { preprocess } from "micromark/lib/preprocess";
|
||||
|
|
|
|||
|
|
@ -18,10 +18,9 @@
|
|||
"engines": {
|
||||
"node": ">=14.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"micromark": "3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"micromark": "3.1.0",
|
||||
"micromark-extension-gfm-footnote": "1.0.4",
|
||||
"webpack": "5.75.0",
|
||||
"webpack-cli": "5.0.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue