mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
34 lines
635 B
Markdown
34 lines
635 B
Markdown
# Top level heading
|
|
|
|
<!-- markdownlint-disable MD003 -->
|
|
|
|
A (reversed)[link] example. {MD011}
|
|
|
|
|
|
123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
|
|
|
|
## 123456789 123456789 123456789 123456789 123456789 123456789
|
|
|
|
$ command with no output {MD014}
|
|
|
|
##No space A {MD018}
|
|
|
|
## Multiple spaces B {MD019}
|
|
|
|
##No space C {MD020} ##
|
|
|
|
## No space D {MD020}##
|
|
|
|
## Multiple spaces E {MD021} ##
|
|
|
|
## Multiple spaces F {MD021} ##
|
|
|
|
*Another* (reversed)[link] example. {MD011}
|
|
|
|
{MD012:7} {MD013:8} {MD013:10}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD013": {
|
|
"heading_line_length": 40
|
|
}
|
|
} -->
|