mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add tests for MD033/no-inline-html to verify earlier fix for stateful RegExp issue (fixes #231).
This commit is contained in:
parent
84b6d935f5
commit
c60bce69e2
1 changed files with 14 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue