Add MD011 with tests, pass empty env to markdown-it.parse.

This commit is contained in:
David Anson 2015-03-03 18:28:59 -08:00
parent 812f5bdfff
commit f35d690fb1
3 changed files with 26 additions and 1 deletions

7
test/reversed_link.md Normal file
View file

@ -0,0 +1,7 @@
Go to (this website)[http://www.example.com] {MD011}
However, this shouldn't trigger inside code blocks:
myObj.getFiles("test")[0]
Nor inline code: `myobj.getFiles("test")[0]`