mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 07:58:49 +01:00
Add MD038, MD039 with tests.
This commit is contained in:
parent
b85e53a9c4
commit
7e431f4499
6 changed files with 98 additions and 11 deletions
10
test/spaces_inside_link_text.md
Normal file
10
test/spaces_inside_link_text.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[foo](http://bar/)
|
||||
|
||||
[foo ](http://bar/) {MD039}
|
||||
|
||||
[ foo](http://bar/) {MD039}
|
||||
|
||||
[ foo ](http://bar/) {MD039}
|
||||
|
||||
The following shouldn't break anything:
|
||||
[](/images/Screenshot.png)
|
||||
Loading…
Add table
Add a link
Reference in a new issue