mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
27 lines
254 B
Markdown
27 lines
254 B
Markdown
# One
|
|
|
|
## Two
|
|
|
|
### THREE
|
|
|
|
## four
|
|
|
|
## Five
|
|
|
|
### SiX
|
|
|
|
#### 7
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"required-headings": {
|
|
"headings": [
|
|
"# One",
|
|
"*",
|
|
"### Three",
|
|
"*",
|
|
"### Six",
|
|
"*",
|
|
"#### 7"
|
|
]
|
|
}
|
|
} -->
|