markdownlint/test/required-headings-missing-first.json

11 lines
131 B
JSON

{
"default": true,
"MD041": false,
"MD043": {
"headings": [
"# One",
"## Two",
"### Three"
]
}
}