mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-03 09:00:15 +01:00
Update MD043/required-headings to add match_case parameter (fixes #613).
This commit is contained in:
parent
592a42b0cb
commit
37f74ee958
13 changed files with 125 additions and 6 deletions
11
test/required-headings-wrong-match-case.md
Normal file
11
test/required-headings-wrong-match-case.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Title
|
||||
|
||||
## First Heading
|
||||
|
||||
## SECOND HEADING
|
||||
|
||||
{MD043:5}
|
||||
|
||||
### Random heading
|
||||
|
||||
## Third Heading
|
||||
Loading…
Add table
Add a link
Reference in a new issue