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

11 lines
118 B
JSON

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