mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-22 12:54:06 +01:00
Add level parameter to MD002/MD025/MD041 (fixes #19).
This commit is contained in:
parent
7a1773ea77
commit
f2060b4607
6 changed files with 51 additions and 15 deletions
|
|
@ -45,7 +45,7 @@ playground for learning and exploring.
|
|||
## Rules / Aliases
|
||||
|
||||
* **MD001** *header-increment* - Header levels should only increment by one level at a time
|
||||
* **MD002** *first-header-h1* - First header should be a h1 header
|
||||
* **MD002** *first-header-h1* - First header should be a top level header
|
||||
* **MD003** *header-style* - Header style
|
||||
* **MD004** *ul-style* - Unordered list style
|
||||
* **MD005** *list-indent* - Inconsistent indentation for list items at the same level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue