mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250).
This commit is contained in:
parent
2e6f024565
commit
742f2a8d79
6 changed files with 97 additions and 22 deletions
|
@ -60,3 +60,15 @@ text
|
|||
1. Item {MD029}
|
||||
2. Item {MD029}
|
||||
- Item
|
||||
|
||||
text
|
||||
|
||||
0. Item
|
||||
1. Item {MD029}
|
||||
2. Item {MD029}
|
||||
|
||||
text
|
||||
|
||||
0. Item
|
||||
1. Item {MD029}
|
||||
3. Item {MD029}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue