mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
98 lines
No EOL
2.6 KiB
JSON
98 lines
No EOL
2.6 KiB
JSON
[
|
|
{
|
|
"lineNumber": 4,
|
|
"ruleNames": [
|
|
"MD031",
|
|
"blanks-around-fences"
|
|
],
|
|
"ruleDescription": "Fenced code blocks should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031",
|
|
"errorDetail": null,
|
|
"errorContext": "```markdown",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 4,
|
|
"insertText": "\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 6,
|
|
"ruleNames": [
|
|
"MD031",
|
|
"blanks-around-fences"
|
|
],
|
|
"ruleDescription": "Fenced code blocks should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031",
|
|
"errorDetail": null,
|
|
"errorContext": "```",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 7,
|
|
"insertText": "\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 10,
|
|
"ruleNames": [
|
|
"MD031",
|
|
"blanks-around-fences"
|
|
],
|
|
"ruleDescription": "Fenced code blocks should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031",
|
|
"errorDetail": null,
|
|
"errorContext": "> ```markdown",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 10,
|
|
"insertText": ">\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 12,
|
|
"ruleNames": [
|
|
"MD031",
|
|
"blanks-around-fences"
|
|
],
|
|
"ruleDescription": "Fenced code blocks should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031",
|
|
"errorDetail": null,
|
|
"errorContext": "> ```",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 13,
|
|
"insertText": ">\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 15,
|
|
"ruleNames": [
|
|
"MD031",
|
|
"blanks-around-fences"
|
|
],
|
|
"ruleDescription": "Fenced code blocks should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031",
|
|
"errorDetail": null,
|
|
"errorContext": "> > ```markdown",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 15,
|
|
"insertText": "> >\n"
|
|
}
|
|
},
|
|
{
|
|
"lineNumber": 17,
|
|
"ruleNames": [
|
|
"MD031",
|
|
"blanks-around-fences"
|
|
],
|
|
"ruleDescription": "Fenced code blocks should be surrounded by blank lines",
|
|
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md031",
|
|
"errorDetail": null,
|
|
"errorContext": "> > ```",
|
|
"errorRange": null,
|
|
"fixInfo": {
|
|
"lineNumber": 18,
|
|
"insertText": "> >\n"
|
|
}
|
|
}
|
|
] |