mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Update MD033/no-inline-html to better handle inline code spans (fixes #182).
This commit is contained in:
parent
f003926a72
commit
608f875fc2
4 changed files with 46 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue