Allow opt-out for list items with blank lines in MD009/no-trailing-spaces (fixes #55).

This commit is contained in:
David Anson 2017-05-11 21:44:41 -07:00
parent b436640918
commit d826833a82
7 changed files with 157 additions and 7 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD009": {
"list_item_empty_lines": true
}
}