markdownlint/test/required-headings-zero-or-more.md

27 lines
254 B
Markdown

# One
## Two
### THREE
## four
## Five
### SiX
#### 7
<!-- markdownlint-configure-file {
"required-headings": {
"headings": [
"# One",
"*",
"### Three",
"*",
"### Six",
"*",
"#### 7"
]
}
} -->