mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-28 01:46:09 +01: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
|
|
@ -76,10 +76,10 @@ the first item determining that the entire list has children:
|
|||
1. Baz
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"MD007": {
|
||||
"ul-indent": {
|
||||
"indent": 4
|
||||
},
|
||||
"MD030": {
|
||||
"list-marker-space": {
|
||||
"ul_multi": 3,
|
||||
"ol_multi": 2
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue