mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
Update MD029/ol-prefix to fix reported violations (fixes #949).
This commit is contained in:
parent
3532e3110a
commit
371a35f62f
9 changed files with 1019 additions and 178 deletions
47
test/ordered-list-item-prefix-sublists-ordered.md
Normal file
47
test/ordered-list-item-prefix-sublists-ordered.md
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Ordered List Item Prefix Sublists Ordered
|
||||
|
||||
Good list and sublist:
|
||||
|
||||
1. Item
|
||||
2. Item
|
||||
1. Item
|
||||
2. Item
|
||||
3. Item
|
||||
|
||||
Good list and bad sublist:
|
||||
|
||||
1. Item
|
||||
2. Item
|
||||
3. Item
|
||||
4. Item
|
||||
3. Item
|
||||
|
||||
Bad list and good sublist:
|
||||
|
||||
1. Item
|
||||
4. Item {MD029}
|
||||
1. Item
|
||||
2. Item
|
||||
5. Item {MD029}
|
||||
|
||||
Bad list and bad sublist:
|
||||
|
||||
1. Item
|
||||
4. Item {MD029}
|
||||
1. Item
|
||||
3. Item {MD029}
|
||||
5. Item {MD029}
|
||||
|
||||
Bad list and bad sublist (0):
|
||||
|
||||
0. Item
|
||||
4. Item {MD029}
|
||||
1. Item
|
||||
3. Item {MD029}
|
||||
5. Item {MD029}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"ol-prefix": {
|
||||
"style": "ordered"
|
||||
}
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue