mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-30 04:28:48 +01:00
Update MD009/no-trailing-spaces to include strict mode (fixes #216).
This commit is contained in:
parent
a9251c533f
commit
6f3c67f760
10 changed files with 193 additions and 11 deletions
7
test/trailing-spaces-in-lists-allowed-strict.json
Normal file
7
test/trailing-spaces-in-lists-allowed-strict.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD009": {
|
||||
"list_item_empty_lines": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue