mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +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
|
|
@ -163,9 +163,10 @@ rules.forEach(function forRule(rule) {
|
|||
"type": "string",
|
||||
"enum": [
|
||||
"one",
|
||||
"ordered"
|
||||
"ordered",
|
||||
"one_or_ordered"
|
||||
],
|
||||
"default": "one"
|
||||
"default": "one_or_ordered"
|
||||
}
|
||||
};
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue