markdownlint/test/reversed_link.md

8 lines
183 B
Markdown
Raw Normal View History

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]`