Fix broken MD020/MD021/MD038 scenarios.

This commit is contained in:
David Anson 2019-09-19 21:39:59 -07:00
parent 677255a484
commit 33e3797084
5 changed files with 32 additions and 28 deletions

View file

@ -48,7 +48,7 @@ module.exports = {
range,
{
"editColumn": 1,
"deleteLength": length,
"deleteCount": length,
"insertText": `${leftHash} ${content} ${rightHash}`
}
);