mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
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
37 lines
614 B
Markdown
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
|
|
}
|
|
} -->
|