mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Remove automatic fix from MD028/no-blanks-blockquote due to ambiguity (fixes #315).
This commit is contained in:
parent
a6d30cb724
commit
09c5736385
4 changed files with 21 additions and 12 deletions
10
lib/md028.js
10
lib/md028.js
|
|
@ -18,15 +18,7 @@ module.exports = {
|
|||
let lineNumber = prevLineNumber;
|
||||
lineNumber < token.lineNumber;
|
||||
lineNumber++) {
|
||||
addError(
|
||||
onError,
|
||||
lineNumber,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
{
|
||||
"deleteCount": -1
|
||||
});
|
||||
addError(onError, lineNumber);
|
||||
}
|
||||
}
|
||||
prevToken = token;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue