mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-28 07:44:07 +01:00
Add MD029 with tests.
This commit is contained in:
parent
35067149c9
commit
5591cf4587
5 changed files with 58 additions and 1 deletions
13
test/ordered_list_item_prefix.md
Normal file
13
test/ordered_list_item_prefix.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Good list:
|
||||
|
||||
1. Do this.
|
||||
1. Do that.
|
||||
1. ???
|
||||
1. Profit!
|
||||
|
||||
Bad list:
|
||||
|
||||
1. Do this.
|
||||
2. Do nothing. {MD029}
|
||||
3. ??? {MD029}
|
||||
4. Failed! {MD029}
|
||||
Loading…
Add table
Add a link
Reference in a new issue