mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-21 06:26:10 +01:00
27 lines
488 B
Markdown
27 lines
488 B
Markdown
# Long Lines, Short Headings
|
|
|
|
Text text text text text text text text text text text text text text text text text {MD013}
|
|
|
|
## Short heading text text text
|
|
|
|
Text
|
|
|
|
## Long heading text text text {MD013}
|
|
|
|
Text
|
|
|
|
## Long heading text text {MD013} ##
|
|
|
|
Text
|
|
|
|
Long heading of text text text text text text {MD013}
|
|
-----------------------------------------------------
|
|
|
|
Text
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"heading-style": false,
|
|
"line-length": {
|
|
"heading_line_length": 30
|
|
}
|
|
} -->
|