mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
32 lines
518 B
Markdown
32 lines
518 B
Markdown
# Long Lines, Short Code
|
|
|
|
Text text text text text text text text text text text text text text text
|
|
|
|
Text text text text text text text text text text text text text text text text text {MD013}
|
|
|
|
Text
|
|
|
|
Code code code code
|
|
|
|
Text
|
|
|
|
Code code code code code code code {MD013}
|
|
|
|
Text
|
|
|
|
```text
|
|
Code code code code code
|
|
```
|
|
|
|
Text
|
|
|
|
```text
|
|
Code code code code code code code code {MD013}
|
|
```
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"line-length": {
|
|
"code_block_line_length": 30
|
|
},
|
|
"code-block-style": false
|
|
} -->
|