markdownlint/test/detailed-results-blanks-around-headings-0-2.results.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"
}
}
]