mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-16 04:45:27 +01:00
Add maximum parameter to MD012/no-multiple-blanks (fixes #27).
This commit is contained in:
parent
ce9ec8fb5e
commit
affd94e061
6 changed files with 86 additions and 5 deletions
6
test/no-multiple-blanks-maximum.json
Normal file
6
test/no-multiple-blanks-maximum.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD012": {
|
||||
"maximum": 3
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue