mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40: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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue