mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Update MD037/no-space-in-emphasis to handle multiple embedded underscores separated by a single character (fixes #804).
This commit is contained in:
parent
dc4acff067
commit
8471914a1d
5 changed files with 17 additions and 4 deletions
|
|
@ -369,3 +369,6 @@ Emphasis <p data="inside * attribute * content"></p> {MD033}
|
|||
Emphasis <img alt="inside * attribute * content"/> {MD033}
|
||||
|
||||
Emphasis <p data="* attribute *">* HTML *</p> {MD033} {MD037}
|
||||
|
||||
Embedded underscore is okay:
|
||||
Text _emphas_i_s_ text _emphasis_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue