mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
36 lines
No EOL
975 B
JSON
36 lines
No EOL
975 B
JSON
[
|
|
{
|
|
"lineNumber": 8,
|
|
"ruleNames": [
|
|
"MD022",
|
|
"blanks-around-headings",
|
|
"blanks-around-headers"
|
|
],
|
|
"ruleDescription": "Headings should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022",
|
|
"errorDetail": "Expected: 2; Actual: 1; Below",
|
|
"errorContext": "## Banana",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 9,
|
|
"insertText": "\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 21,
|
|
"ruleNames": [
|
|
"MD022",
|
|
"blanks-around-headings",
|
|
"blanks-around-headers"
|
|
],
|
|
"ruleDescription": "Headings should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md022",
|
|
"errorDetail": "Expected: 2; Actual: 0; Below",
|
|
"errorContext": "Elderberry",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 23,
|
|
"insertText": "\n\n"
|
|
}
|
|
}
|
|
] |