mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-28 07:44:07 +01:00
Allow opt-out for list items with blank lines in MD009/no-trailing-spaces (fixes #55).
This commit is contained in:
parent
b436640918
commit
d826833a82
7 changed files with 157 additions and 7 deletions
6
test/trailing-spaces-in-lists-allowed.json
Normal file
6
test/trailing-spaces-in-lists-allowed.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD009": {
|
||||
"list_item_empty_lines": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue