Fix bug in MD039 where links with markup could trigger incorrectly.

This commit is contained in:
David Anson 2015-04-17 09:15:19 -07:00
parent 1906214b07
commit 31ae415dbe
2 changed files with 30 additions and 4 deletions

15
test/links-with-markup.md Normal file
View file

@ -0,0 +1,15 @@
[This link is plain](link)
[This link has `code`](link)
[This link has *some* emphasis](link)
[This link has **more** emphasis](link)
[This link has `code` and right space ](link) {MD039}
[ This link has _emphasis_ and left space](link) {MD039}
[This](link) line has [multiple](link) links.
[This](line) does [too ](link) and one has a [space](link) {MD039}