mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add edge case tests for MD039/no-space-in-links.
This commit is contained in:
parent
0af999e218
commit
22c36c388f
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
# Spaces Inside Link Text
|
||||||
|
|
||||||
|
[](http://bar/)
|
||||||
|
|
||||||
[foo](https://bar/)
|
[foo](https://bar/)
|
||||||
|
|
||||||
["foo"](https://bar/)
|
["foo"](https://bar/)
|
||||||
|
|
@ -10,6 +14,8 @@
|
||||||
|
|
||||||
[foo "bar"](https://baz/)
|
[foo "bar"](https://baz/)
|
||||||
|
|
||||||
|
[ ](https://bar/) {MD039}
|
||||||
|
|
||||||
[foo ](https://bar/) {MD039}
|
[foo ](https://bar/) {MD039}
|
||||||
|
|
||||||
[ foo](https://bar/) {MD039}
|
[ foo](https://bar/) {MD039}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue