markdownlint/test/required-headers-optional-first.json

11 lines
111 B
JSON
Raw Normal View History

{
"default": true,
"MD043": {
"headers": [
"*",
"### Three",
"#### Four"
]
}
}