markdownlint/test/required-headings-missing-first.md

16 lines
207 B
Markdown

text
## Two {MD043}
### Three
<!-- markdownlint-configure-file {
"first-line-heading": false,
"required-headings": {
"headings": [
"# One",
"## Two",
"### Three"
]
}
} -->