markdownlint/test/inline_html.md

14 lines
259 B
Markdown
Raw Normal View History

# Regular heading
<h1>Inline HTML Heading {MD033}</h1>
2019-06-01 15:10:15 -07:00
<p>More inline HTML
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 {MD046:11}</p>
```