Add name first-line-heading to MD041 for clarity (refs #169).

This commit is contained in:
David Anson 2019-03-13 21:39:15 -07:00
parent 0184f9d618
commit 050cbbba82
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[
{
"lineNumber": 1,
"ruleNames": [ "MD041", "first-line-h1" ],
"ruleNames": [ "MD041", "first-line-heading", "first-line-h1" ],
"ruleDescription": "First line in file should be a top level heading",
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041",
"errorDetail": null,

View file

@ -10,7 +10,7 @@
},
{
"lineNumber": 4,
"ruleNames": [ "MD041", "first-line-h1" ],
"ruleNames": [ "MD041", "first-line-heading", "first-line-h1" ],
"ruleDescription": "First line in file should be a top level heading",
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md041",
"errorDetail": null,