mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-06 05:51:47 +01:00
Update MD011/MD034 to report fixInfo for violations.
This commit is contained in:
parent
5e73aa1d9d
commit
620853f200
3 changed files with 41 additions and 8 deletions
|
|
@ -5,3 +5,9 @@ However, this shouldn't trigger inside code blocks:
|
|||
myObj.getFiles("test")[0]
|
||||
|
||||
Nor inline code: `myobj.getFiles("test")[0]`
|
||||
|
||||
Two (issues)[https://www.example.com/one] in {MD011} {MD034}
|
||||
the (same text)[https://www.example.com/two]. {MD011} {MD034}
|
||||
|
||||
<!-- markdownlint-disable line-length -->
|
||||
Two (issues)[https://www.example.com/three] on the (same line)[https://www.example.com/four]. {MD011} {MD034}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue