markdownlint/test/required-headings-missing-middle-zero-or-more.json

15 lines
163 B
JSON
Raw Normal View History

{
"default": true,
"MD043": {
"headings": [
"# One",
"*",
"### Three",
"*",
"### FOO",
"*",
"#### 7"
]
}
}