mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-28 03:28:48 +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
5
test/required-headers-missing-middle.md
Normal file
5
test/required-headers-missing-middle.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# One #
|
||||
|
||||
### Three {MD001} {MD043} ###
|
||||
|
||||
#### Four ####
|
||||
Loading…
Add table
Add a link
Reference in a new issue