mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-25 22:34:07 +01:00
Add MD005, MD007 with tests.
This commit is contained in:
parent
5d9b32e8dc
commit
9eb3eb9083
5 changed files with 63 additions and 0 deletions
6
test/bulleted_list_2_space_indent.json
Normal file
6
test/bulleted_list_2_space_indent.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD007": {
|
||||
"indent": 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue