mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
13 lines
451 B
Markdown
13 lines
451 B
Markdown
|
|
# Long Lines Negative Line Length
|
||
|
|
|
||
|
|
Text text text text text text text text text text text text text text text text text text text text.
|
||
|
|
|
||
|
|
This is an invalid configuration, but present in the wild and (for backward compatibility) disables the rule:
|
||
|
|
<https://github.com/electron/lint-roller/blob/1e062bda146160afb8eb232966287d5edb20e0a4/configs/markdownlint.json#L9>
|
||
|
|
|
||
|
|
<!-- markdownlint-configure-file {
|
||
|
|
"line-length": {
|
||
|
|
"line_length": -1
|
||
|
|
}
|
||
|
|
} -->
|