markdownlint/test/required-headings-wrong-match-case.json

12 lines
175 B
JSON

{
"MD043": {
"headings": [
"# Title",
"## First Heading",
"## Second Heading",
"*",
"## Third Heading"
],
"match_case": true
}
}