mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Reimplement MD034/no-bare-urls using micromark tokens (fixes #707).
This commit is contained in:
parent
64159fa456
commit
b990b3ea77
22 changed files with 1495 additions and 947 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
/* eslint-disable n/file-extension-in-import */
|
||||
|
||||
export { gfmAutolinkLiteral } from "micromark-extension-gfm-autolink-literal";
|
||||
export { gfmFootnote } from "micromark-extension-gfm-footnote";
|
||||
export { parse } from "micromark/lib/parse";
|
||||
export { postprocess } from "micromark/lib/postprocess";
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"micromark": "3.1.0",
|
||||
"micromark-extension-gfm-autolink-literal": "1.0.3",
|
||||
"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