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

@ -5,7 +5,7 @@
const shared = require("./shared");
module.exports = {
"names": [ "MD041", "first-line-h1" ],
"names": [ "MD041", "first-line-heading", "first-line-h1" ],
"description": "First line in file should be a top level heading",
"tags": [ "headings", "headers" ],
"function": function MD041(params, onError) {