Hi! It is really common in .md files to force the newline by putting a double space at the end of the line.
Unfortunately this gets a warning by this linter. In VS Code it is possible to fix by setting the parameter br_spaces to 2.
How can I set this parameter for this linter?
I tried going in Preferences -> Package Settings -> SublimeLinter -> Settings and add something like
"linters": {
"mdl": {
"br_spaces": 2
}
}
But this did not work...
Reference: markdownlint/markdownlint#165
Hi! It is really common in .md files to force the newline by putting a double space at the end of the line.
Unfortunately this gets a warning by this linter. In VS Code it is possible to fix by setting the parameter
br_spacesto 2.How can I set this parameter for this linter?
I tried going in Preferences -> Package Settings -> SublimeLinter -> Settings and add something like
But this did not work...
Reference: markdownlint/markdownlint#165