markdownlint/test/long-lines-thresholds.md
David Anson eb83b49845
Some checks failed
Checkers / linkcheck (push) Has been cancelled
Checkers / spellcheck (push) Has been cancelled
CI / build (20, macos-latest) (push) Has been cancelled
CI / build (20, ubuntu-latest) (push) Has been cancelled
CI / build (20, windows-latest) (push) Has been cancelled
CI / build (22, macos-latest) (push) Has been cancelled
CI / build (22, ubuntu-latest) (push) Has been cancelled
CI / build (22, windows-latest) (push) Has been cancelled
CI / build (24, macos-latest) (push) Has been cancelled
CI / build (24, ubuntu-latest) (push) Has been cancelled
CI / build (24, windows-latest) (push) Has been cancelled
CI / pnpm (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
TestRepos / build (latest, ubuntu-latest) (push) Has been cancelled
UpdateTestRepos / update (push) Has been cancelled
Add tests for MD013/line-length edge case behavior.
2025-11-25 17:17:12 -08:00

37 lines
614 B
Markdown

# Long Lines Thresholds
00000000011111111112222222222333333333344444444445
12345678901234567890123456789012345678901234567890
Texxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx t
Texxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx t
{MD013:-2}
## Texxxxxxxxxxxxxxxxxxxxxxxx t
## Texxxxxxxxxxxxxxxxxxxxxxxxx t
{MD013:-2}
```text
Texxxxxxxxxxxxxxxxx t
Texxxxxxxxxxxxxxxxxx t
```
{MD013:-3}
Texxxxxxxxxxxxx t
Texxxxxxxxxxxxxx t
{MD013:-2}
<!-- markdownlint-configure-file {
"code-block-style": false,
"line-length": {
"line_length": 40,
"heading_line_length": 30,
"code_block_line_length": 20
}
} -->