mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
29 lines
254 B
Markdown
29 lines
254 B
Markdown
# One
|
|
|
|
## Two
|
|
|
|
### THREE
|
|
|
|
## four
|
|
|
|
## Five
|
|
|
|
### SiX
|
|
|
|
#### 7
|
|
|
|
{MD043:30}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD043": {
|
|
"headings": [
|
|
"# One",
|
|
"+",
|
|
"### Three",
|
|
"+",
|
|
"### Six",
|
|
"+",
|
|
"#### 7"
|
|
]
|
|
}
|
|
} -->
|