mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add MD006, MD009, MD010 with tests.
This commit is contained in:
parent
e366ee071c
commit
812f5bdfff
3 changed files with 70 additions and 3 deletions
14
test/bulleted_list_not_at_beginning_of_line.md
Normal file
14
test/bulleted_list_not_at_beginning_of_line.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
Some text
|
||||
|
||||
* Item {MD006}
|
||||
* Item
|
||||
* Item
|
||||
* Item
|
||||
* Item
|
||||
* Item
|
||||
* Item
|
||||
|
||||
Some more text
|
||||
|
||||
* Item {MD006}
|
||||
* Item
|
||||
3
test/whitespace issues.md
Normal file
3
test/whitespace issues.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Some text {MD009}
|
||||
Some more text {MD010}
|
||||
Some more text
|
||||
Loading…
Add table
Add a link
Reference in a new issue