Update MD029/ol-prefix to fix reported violations (fixes #949).

This commit is contained in:
Marco Ferrari 2025-08-20 16:24:46 +00:00 committed by David Anson
parent 3532e3110a
commit 371a35f62f
9 changed files with 1019 additions and 178 deletions

View 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"
}
} -->