Add MD005, MD007 with tests.

This commit is contained in:
David Anson 2015-03-02 23:30:40 -08:00
parent 5d9b32e8dc
commit 9eb3eb9083
5 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD007": {
"indent": 4
}
}

View file

@ -0,0 +1,6 @@
This is a document where the lists are indented by 2 spaces, but the style is
set to 4 space indents for lists:
* Test X
* Test Y {MD007}
* Test Z {MD007}

View file

@ -0,0 +1,3 @@
* Test X
* Test Y {MD007}
* Test Z {MD007}

View file

@ -0,0 +1,4 @@
* Item
* Item {MD007}
* Item {MD005}
* Item