mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-18 11:18:07 +01:00
Add style "zero" to MD029/ol-prefix (fixes #140).
This commit is contained in:
parent
2ccacf03f5
commit
ed295cd947
11 changed files with 189 additions and 8 deletions
6
test/ordered-list-item-prefix-zero.json
Normal file
6
test/ordered-list-item-prefix-zero.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD029": {
|
||||
"style": "zero"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue