mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
Fix broken MD020/MD021/MD038 scenarios.
This commit is contained in:
parent
677255a484
commit
33e3797084
5 changed files with 32 additions and 28 deletions
|
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
range,
|
||||
{
|
||||
"editColumn": 1,
|
||||
"deleteLength": length,
|
||||
"deleteCount": length,
|
||||
"insertText": `${leftHash} ${content} ${rightHash}`
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue