mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD037/no-space-in-emphasis to ignore the content of HTML attributes (fixes #540).
This commit is contained in:
parent
48f47b5214
commit
1154ab483b
5 changed files with 209 additions and 39 deletions
|
|
@ -357,3 +357,15 @@ some_snake_case_function() is _called_
|
|||
_~/.ssh/id_rsa_ and _emphasis_
|
||||
|
||||
Partial *em*phasis of a *wo*rd.
|
||||
|
||||
Emphasis <b>inside * HTML * content</b> {MD033} {MD037}
|
||||
|
||||
<p> {MD033}
|
||||
Emphasis inside * HTML * content {MD037}
|
||||
</p>
|
||||
|
||||
Emphasis <p data="inside * attribute * content"></p> {MD033}
|
||||
|
||||
Emphasis <img alt="inside * attribute * content"/> {MD033}
|
||||
|
||||
Emphasis <p data="* attribute *">* HTML *</p> {MD033} {MD037}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue