mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add br_spaces parameter to MD009.
This commit is contained in:
parent
0e24df7cf7
commit
9acbb2750e
4 changed files with 25 additions and 1 deletions
6
test/trailing_spaces_br.json
Normal file
6
test/trailing_spaces_br.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD009": {
|
||||
"br_spaces": 2
|
||||
}
|
||||
}
|
||||
4
test/trailing_spaces_br.md
Normal file
4
test/trailing_spaces_br.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
This line has a single trailing space {MD009}
|
||||
This line has two trailing spaces and should be allowed
|
||||
This line has three trailing spaces {MD009}
|
||||
This line has four trailing spaces {MD009}
|
||||
Loading…
Add table
Add a link
Reference in a new issue