mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
34 lines
No EOL
932 B
JSON
34 lines
No EOL
932 B
JSON
[
|
|
{
|
|
"lineNumber": 19,
|
|
"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: 3; Actual: 2; Above",
|
|
"errorContext": "## Durian ##",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"insertText": "\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 22,
|
|
"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: 3; Actual: 1; Above",
|
|
"errorContext": "Elderberry",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"insertText": "\n\n"
|
|
}
|
|
}
|
|
] |