mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add MD011 with tests, pass empty env to markdown-it.parse.
This commit is contained in:
parent
812f5bdfff
commit
f35d690fb1
3 changed files with 26 additions and 1 deletions
7
test/reversed_link.md
Normal file
7
test/reversed_link.md
Normal 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]`
|
||||
Loading…
Add table
Add a link
Reference in a new issue