mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-31 21:18:48 +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
|
|
@ -183,7 +183,7 @@ https://example.com/multi-line-label
|
|||
[unique8]: https://example.com/unique8
|
||||
[unique9]: https://example.com/unique9
|
||||
[unique10]: https://example.com/unique10
|
||||
[^1]: https://example.com/footnote
|
||||
[^1]: https://example.com/footnote {MD034}
|
||||
|
||||
## Ignored Labels
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue