mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
14 lines
254 B
Markdown
14 lines
254 B
Markdown
|
|
# Regular header
|
||
|
|
|
||
|
|
<h1>Inline HTML Header {MD033}</h1>
|
||
|
|
|
||
|
|
<p>More inline HTML {MD033}
|
||
|
|
but this time on multiple lines
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<h1>This shouldn't trigger as it's inside a code block</h1>
|
||
|
|
|
||
|
|
```text
|
||
|
|
<p>Neither should this as it's also in a code block</p>
|
||
|
|
```
|