Update MD033/no-inline-html to better handle inline code spans (fixes #182).

This commit is contained in:
David Anson 2019-05-08 22:06:17 -07:00
parent f003926a72
commit 608f875fc2
4 changed files with 46 additions and 10 deletions

View file

@ -14,8 +14,20 @@
<br> {MD033}
<br > {MD033}
<br/> {MD033}
<br /> {MD033}
<br attribute/> {MD033}
<br attribute /> {MD033}
<br attribute="value"/> {MD033}
<br attribute="value" /> {MD033}
<p>
This is allowed.
</p>