mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00

This should be backward compatible, as all "header" aliases are still available, though documented as discouraged for future use.
18 lines
507 B
JSON
18 lines
507 B
JSON
[
|
|
{
|
|
"lineNumber": 6,
|
|
"ruleNames": [ "MD009", "no-trailing-spaces" ],
|
|
"ruleDescription": "Trailing spaces",
|
|
"errorDetail": "Expected: 0; Actual: 1",
|
|
"errorContext": null,
|
|
"errorRange": [5, 1]
|
|
},
|
|
{
|
|
"lineNumber": 4,
|
|
"ruleNames": [ "MD041", "first-line-h1" ],
|
|
"ruleDescription": "First line in file should be a top level heading",
|
|
"errorDetail": null,
|
|
"errorContext": "Text",
|
|
"errorRange": null
|
|
}
|
|
]
|