markdownlint/test/required-headings-one-or-more.json

14 lines
163 B
JSON

{
"default": true,
"MD043": {
"headings": [
"# One",
"+",
"### Three",
"+",
"### Six",
"+",
"#### 7"
]
}
}