Update MD013/line-length default mode to prevent trailing non-whitespace text that begins *just over* the length limit (edge case).
Some checks are pending
Checkers / linkcheck (push) Waiting to run
Checkers / spellcheck (push) Waiting to run
CI / build (20, macos-latest) (push) Waiting to run
CI / build (20, ubuntu-latest) (push) Waiting to run
CI / build (20, windows-latest) (push) Waiting to run
CI / build (22, macos-latest) (push) Waiting to run
CI / build (22, ubuntu-latest) (push) Waiting to run
CI / build (22, windows-latest) (push) Waiting to run
CI / build (24, macos-latest) (push) Waiting to run
CI / build (24, ubuntu-latest) (push) Waiting to run
CI / build (24, windows-latest) (push) Waiting to run
CI / pnpm (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
TestRepos / build (latest, ubuntu-latest) (push) Waiting to run
UpdateTestRepos / update (push) Waiting to run

This commit is contained in:
David Anson 2025-11-29 18:37:39 -08:00
parent 601910116d
commit 8e974f95d5
4 changed files with 79 additions and 9 deletions

View file

@ -13,7 +13,7 @@ Text text text text text text text textx text
Text text text text text text text textxe text
{MD013:-2} {MD013:-4}
{MD013:-2} {MD013:-4} {MD013:-6}
## Text text text text text te text
@ -25,7 +25,7 @@ Text text text text text text text textxe text
## Text text text text text textxe text
{MD013:-2} {MD013:-4}
{MD013:-2} {MD013:-4} {MD013:-6}
```text
Text text text te text
@ -35,7 +35,7 @@ Text text text textx text
Text text text textxe text
```
{MD013:-3} {MD013:-4}
{MD013:-3} {MD013:-4} {MD013:-5}
Text text tex text
Text text text text
@ -43,7 +43,7 @@ Text text text textxe text
Text text textxe text
Text text textxet text
{MD013:-2} {MD013:-3}
{MD013:-2} {MD013:-3} {MD013:-4}
<!-- markdownlint-configure-file {
"code-block-style": false,