markdownlint/test/reversed_link.md

7 lines
192 B
Markdown

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