mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Fix grammar issues in Rules.md.
This commit is contained in:
parent
55360058c5
commit
2a198a5ee4
13 changed files with 93 additions and 93 deletions
|
|
@ -6,7 +6,7 @@ const { addErrorContext, frontMatterHasTitle } = require("../helpers");
|
|||
|
||||
module.exports = {
|
||||
"names": [ "MD041", "first-line-heading", "first-line-h1" ],
|
||||
"description": "First line in file should be a top level heading",
|
||||
"description": "First line in a file should be a top-level heading",
|
||||
"tags": [ "headings", "headers" ],
|
||||
"function": function MD041(params, onError) {
|
||||
const level = Number(params.config.level || 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue