mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-10 04:12:33 +01:00
Reimplement MD051/link-fragments using micromark tokens, report reference link issues for definition and fix when possible, handle reporting multiple violations on the same line better.
This commit is contained in:
parent
dd73b0ad7f
commit
ef1bd286a9
14 changed files with 458 additions and 346 deletions
|
|
@ -223,6 +223,7 @@
|
|||
"unicorn/no-new-array": "off",
|
||||
"unicorn/no-null": "off",
|
||||
"unicorn/no-unsafe-regex": "off",
|
||||
"unicorn/no-useless-undefined": "off",
|
||||
"unicorn/prefer-at": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
"unicorn/prefer-string-replace-all": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue