mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Update applyFix to make line ending optional, MD047 to highlight only last character.
This commit is contained in:
parent
d974e78e3f
commit
4843e277c0
4 changed files with 52 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ module.exports = {
|
|||
lastLineNumber,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[ lastLine.length, 1 ],
|
||||
{
|
||||
"insertText": "\n",
|
||||
"editColumn": lastLine.length + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue