Add edge case tests for MD039/no-space-in-links.

This commit is contained in:
David Anson 2019-04-17 14:45:28 -07:00
parent 0af999e218
commit 22c36c388f

View file

@ -1,3 +1,7 @@
# Spaces Inside Link Text
[](http://bar/)
[foo](https://bar/)
["foo"](https://bar/)
@ -10,6 +14,8 @@
[foo "bar"](https://baz/)
[ ](https://bar/) {MD039}
[foo ](https://bar/) {MD039}
[ foo](https://bar/) {MD039}