Update MD037/no-space-in-emphasis to handle multiple embedded underscores separated by a single character (fixes #804).

This commit is contained in:
David Anson 2023-05-27 11:05:17 -07:00
parent dc4acff067
commit 8471914a1d
5 changed files with 17 additions and 4 deletions

View file

@ -43625,6 +43625,9 @@ Generated by [AVA](https://avajs.dev).
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_
`,
}