2019-12-12 21:22:45 -08:00
|
|
|
# Long Lines Strict
|
|
|
|
|
|
|
|
12345678901234567890123456789012345678901234567890123456789012345678901234567890
|
|
|
|
|
|
|
|
This line is too long. text text text text text text text text text text text text
|
|
|
|
|
|
|
|
This line is way too long. text text text text text text text text text text text text
|
|
|
|
|
|
|
|
This line is barely too long. text text text text text text text text text text t
|
|
|
|
|
|
|
|
This line is just okay. text text text text text text text text text text text t
|
|
|
|
|
|
|
|
This line is not a problem. text text text text text text text text text text t
|
|
|
|
|
|
|
|
## This heading is way too long
|
|
|
|
|
|
|
|
## This heading is long but ok
|
|
|
|
|
|
|
|
## This heading is short + ok
|
|
|
|
|
|
|
|
```text
|
|
|
|
This code is too long
|
|
|
|
This code is a-okay.
|
|
|
|
This code is short.
|
|
|
|
```
|
|
|
|
|
|
|
|
{MD013:5}
|
|
|
|
{MD013:7}
|
|
|
|
{MD013:9}
|
|
|
|
{MD013:15}
|
|
|
|
{MD013:22}
|
2023-03-15 21:26:22 -07:00
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
2023-07-28 14:33:03 +10:00
|
|
|
"line-length": {
|
2023-03-15 21:26:22 -07:00
|
|
|
"strict": true,
|
|
|
|
"heading_line_length": 30,
|
|
|
|
"code_block_line_length": 20
|
|
|
|
}
|
|
|
|
} -->
|