mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02: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
7
test/h1-image-as-top-level-heading.md
Normal file
7
test/h1-image-as-top-level-heading.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
<h1 align="center"><img src="https://placekitten.com/300/150"/></h1>
|
||||
|
||||
Text
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"no-inline-html": false
|
||||
} -->
|
Loading…
Add table
Add a link
Reference in a new issue