mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Always refer to rules by name (not number) in test configuration.
This commit is contained in:
parent
4d378815ba
commit
07b851b3c7
131 changed files with 412 additions and 396 deletions
|
@ -3,13 +3,13 @@
|
|||
## Another one {MD025}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"MD002": {
|
||||
"first-heading-h1": {
|
||||
"level": 2
|
||||
},
|
||||
"MD025": {
|
||||
"single-title": {
|
||||
"level": 2
|
||||
},
|
||||
"MD041": {
|
||||
"first-line-heading": {
|
||||
"level": 2
|
||||
}
|
||||
} -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue