mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-24 05:44:07 +01:00
Add style one_or_ordered to MD029/ol-prefix (fixes #97).
This commit is contained in:
parent
4345423be1
commit
39d39db961
14 changed files with 242 additions and 15 deletions
6
test/ordered-list-item-prefix-ordered.json
Normal file
6
test/ordered-list-item-prefix-ordered.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD029": {
|
||||
"style": "ordered"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue