mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-27 19:18:48 +01:00
Update MD041/first-line-heading to recognize HTML headings (fixes #366).
This commit is contained in:
parent
c7d2416f95
commit
1d042aa3fd
7 changed files with 69 additions and 4 deletions
10
test/h2-as-top-level-heading.md
Normal file
10
test/h2-as-top-level-heading.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<H2>H2 as Top-Level Heading</H2>
|
||||
|
||||
Text
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"first-line-heading": {
|
||||
"level": 2
|
||||
},
|
||||
"no-inline-html": false
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue