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

16 lines
182 B
Markdown

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