mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Mostly standardize on putting rule names and tags in code spans in documentation.
This commit is contained in:
parent
13b4340747
commit
52044c8181
53 changed files with 326 additions and 325 deletions
|
@ -1,8 +1,8 @@
|
|||
# MD001 - Heading levels should only increment by one level at a time
|
||||
# `MD001` - Heading levels should only increment by one level at a time
|
||||
|
||||
Tags: headers, headings
|
||||
Tags: `headers`, `headings`
|
||||
|
||||
Aliases: header-increment, heading-increment
|
||||
Aliases: `header-increment`, `heading-increment`
|
||||
|
||||
This rule is triggered when you skip heading levels in a Markdown document, for
|
||||
example:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue