mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Refactor use of micromark so token stream is authentic by shimming undefined link reference handling, remove no-longer-necessary parse operation in MD034.
This commit is contained in:
parent
1d9bd4725d
commit
38b4ec0c2f
6 changed files with 369 additions and 122 deletions
|
|
@ -410,6 +410,7 @@ Collapsed reference link: [label][]
|
|||
Nested empty brackets: [text1[]](https://example.com/)
|
||||
Missing close bracket, empty text: [text2[](https://example.com/)
|
||||
Empty bracket pairs: [text3[]][]
|
||||
Empty bracket pair: [text4[]]
|
||||
|
||||
[label]: https://example.com/label
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue