mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
8 lines
183 B
Markdown
8 lines
183 B
Markdown
|
|
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]`
|