mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Add name first-line-heading to MD041 for clarity (refs #169).
This commit is contained in:
parent
0184f9d618
commit
050cbbba82
5 changed files with 5 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue