mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-09 11:52:34 +01:00
Add MD043 required-headers "Required header structure" (fixes #22).
This commit is contained in:
parent
2612a96ae8
commit
c8ecec1953
26 changed files with 316 additions and 10 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD041": true
|
||||
"MD041": true,
|
||||
"MD043": {
|
||||
"headers": [
|
||||
"## Header 1 {MD002} {MD041}",
|
||||
"#### Header 2 {MD001}",
|
||||
"# Broken"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue