mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-26 00:46:10 +01:00
Add test case for MD059/descriptive-link-text with MD039/no-space-in-links.
This commit is contained in:
parent
571c2353ea
commit
c39a2dd516
3 changed files with 62 additions and 6 deletions
|
|
@ -32,6 +32,7 @@ Go to this [link](https://example.com/second). {MD059}
|
|||
here](https://example.com)
|
||||
|
||||
[link](destination) {MD059}
|
||||
[ link ](destination) {MD039} {MD059}
|
||||
[*link*](destination) {MD059}
|
||||
[_link_](destination) {MD049} {MD059}
|
||||
[~~link~~](destination) {MD059}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue