Add MD043 required-headers "Required header structure" (fixes #22).

This commit is contained in:
David Anson 2016-07-02 22:37:52 -07:00
parent 2612a96ae8
commit c8ecec1953
26 changed files with 316 additions and 10 deletions

View file

@ -0,0 +1,10 @@
{
"default": true,
"MD043": {
"headers": [
"# One",
"## Two",
"### Three"
]
}
}