markdownlint/test/long-lines-thresholds.md
David Anson 8e974f95d5
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
Update MD013/line-length default mode to prevent trailing non-whitespace text that begins *just over* the length limit (edge case).
2025-11-29 18:37:39 -08:00

55 lines
1.1 KiB
Markdown

# Long Lines Thresholds
00000000011111111112222222222333333333344444444445
12345678901234567890123456789012345678901234567890
Text text text text text text text te text
Text text text text text text text tex text
Text text text text text text text text text
Text text text text text text text textx text
Text text text text text text text textxe text
{MD013:-2} {MD013:-4} {MD013:-6}
## Text text text text text te text
## Text text text text text tex text
## Text text text text text text text
## Text text text text text textx text
## Text text text text text textxe text
{MD013:-2} {MD013:-4} {MD013:-6}
```text
Text text text te text
Text text text tex text
Text text text text text
Text text text textx text
Text text text textxe text
```
{MD013:-3} {MD013:-4} {MD013:-5}
Text text tex text
Text text text text
Text text textx text
Text text textxe text
Text text textxet text
{MD013:-2} {MD013:-3} {MD013:-4}
<!-- markdownlint-configure-file {
"code-block-style": false,
"line-length": {
"line_length": 40,
"heading_line_length": 33,
"code_block_line_length": 20
}
} -->