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

15 lines
166 B
JSON
Raw Normal View History

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