mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
23 lines
213 B
Markdown
23 lines
213 B
Markdown
![]() |
Text {MD041}
|
||
|
|
||
|
<!-- Comment -->
|
||
|
|
||
|
Text
|
||
|
|
||
|
<p>HTML</p>
|
||
|
|
||
|
Text
|
||
|
|
||
|
- List item
|
||
|
|
||
|
# Heading
|
||
|
|
||
|
Text
|
||
|
|
||
|
<!-- markdownlint-configure-file {
|
||
|
"first-line-heading": {
|
||
|
"allow_preamble": false
|
||
|
},
|
||
|
"no-inline-html": false
|
||
|
} -->
|