markdownlint/test/inline_html.md
Milos Levacic 45424cf459 Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
2018-04-18 22:27:48 -07:00

13 lines
256 B
Markdown

# Regular heading
<h1>Inline HTML Heading {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>
```