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

11 lines
112 B
JSON
Raw Normal View History

{
"default": true,
"MD043": {
"headers": [
"# One",
"## Two",
"### Three"
]
}
}