mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-22 17:00:13 +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
62
test/ordered-list-item-prefix-zero.md
Normal file
62
test/ordered-list-item-prefix-zero.md
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
# Ordered list examples
|
||||
|
||||
text
|
||||
|
||||
0. Item
|
||||
|
||||
text
|
||||
|
||||
1. Item {MD029}
|
||||
|
||||
text
|
||||
|
||||
0. Item
|
||||
0. Item
|
||||
0. Item
|
||||
|
||||
text
|
||||
|
||||
1. Item {MD029}
|
||||
2. Item {MD029}
|
||||
3. Item {MD029}
|
||||
|
||||
text
|
||||
|
||||
0. Item
|
||||
1. Item {MD029}
|
||||
0. Item
|
||||
2. Item {MD029}
|
||||
|
||||
text
|
||||
|
||||
0. Item
|
||||
0. Item
|
||||
2. Item {MD029}
|
||||
0. Item
|
||||
|
||||
text
|
||||
|
||||
1. Item {MD029}
|
||||
2. Item {MD029}
|
||||
3. Item {MD029}
|
||||
|
||||
text
|
||||
|
||||
4. Item {MD029}
|
||||
5. Item {MD029}
|
||||
|
||||
text
|
||||
|
||||
- Item
|
||||
0. Item
|
||||
0. Item
|
||||
0. Item
|
||||
- Item
|
||||
1. Item {MD029}
|
||||
2. Item {MD029}
|
||||
3. Item {MD029}
|
||||
- Item
|
||||
0. Item
|
||||
1. Item {MD029}
|
||||
2. Item {MD029}
|
||||
- Item
|
||||
Loading…
Add table
Add a link
Reference in a new issue