Add MD033 with tests, rename test file.

This commit is contained in:
David Anson 2015-04-13 08:47:15 -07:00
parent 1da7064094
commit 495fbac6fd
9 changed files with 49 additions and 5 deletions

13
test/inline_html.md Normal file
View file

@ -0,0 +1,13 @@
# 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>
```