mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update MD026/MD030 to report fixInfo for violations.
This commit is contained in:
parent
00a7e765ec
commit
0502e370de
5 changed files with 53 additions and 17 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030",
|
||||
"errorDetail": "Expected: 1; Actual: 0",
|
||||
"errorContext": null,
|
||||
"errorRange": null
|
||||
"errorRange": [1, 1]
|
||||
},
|
||||
{
|
||||
"lineNumber": 5,
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md030",
|
||||
"errorDetail": "Expected: 1; Actual: 0",
|
||||
"errorContext": null,
|
||||
"errorRange": null
|
||||
"errorRange": [1, 2]
|
||||
},
|
||||
{
|
||||
"lineNumber": 11,
|
||||
|
|
|
|||
|
|
@ -23,3 +23,10 @@
|
|||
## Heading/Full-Width {MD026} !
|
||||
|
||||
## Heading/Full-Width {MD026} ?
|
||||
|
||||
<!-- markdownlint-disable heading-style -->
|
||||
|
||||
## Heading {MD026} alternate ? ##
|
||||
|
||||
Heading {MD026} alternate too ?
|
||||
-------------------------------
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ List with multiple paragraphs and incorrect spacing
|
|||
|
||||
* Foo {MD030}
|
||||
|
||||
Here is the second paragraph
|
||||
Here is the second paragraph
|
||||
|
||||
* Bar {MD030}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue