mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD039/no-space-in-links to fix reference-style links, be slightly more permissive matching link content.
This commit is contained in:
parent
064a1e33e1
commit
7a76f1d22d
6 changed files with 163 additions and 2 deletions
|
|
@ -50,3 +50,15 @@ Wrapped [ link with leading space
|
|||
](https://example.com) {MD039}
|
||||
|
||||
Non-wrapped [ link with leading space](https://example.com) {MD039}
|
||||
|
||||
[][ref]
|
||||
|
||||
[link][ref]
|
||||
|
||||
[link ][ref] {MD039}
|
||||
|
||||
[ link][ref] {MD039}
|
||||
|
||||
[ link ][ref] {MD039}
|
||||
|
||||
[ref]: https://example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue