mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-03 09:00:15 +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
6
test/hard-line-breaks.json
Normal file
6
test/hard-line-breaks.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD009": {
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue