Add tests for MD033/no-inline-html to verify earlier fix for stateful RegExp issue (fixes #231).

This commit is contained in:
David Anson 2019-10-23 20:11:11 -07:00
parent 84b6d935f5
commit c60bce69e2

View file

@ -25,3 +25,17 @@ Text `<code>` text \` text `<code>` text
## Slash in element name
Text **\<base directory>\another\directory\\<slash/directory>** text
## Self-closing elements
<hr> {MD033}
<hr/> {MD033}
## Links
<a href="https://example.com">Google</a> {MD033}
<a href="https://example.com" target="_blank">Google</a> {MD033}
<a href="https://example.com:9999" target="_blank">Google</a> {MD033}