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 emphasis markers in link text/destination (refs #286).
This commit is contained in:
parent
0cea489e18
commit
37f1d6b64b
3 changed files with 38 additions and 8 deletions
|
|
@ -174,3 +174,17 @@ Mixed `code*span` scenarios are *also* okay.
|
|||
Mixed `code*span` scenarios are _also_ okay.
|
||||
|
||||
Mixed `code_span` scenarios are *also* okay.
|
||||
|
||||
[Link](under_score) followed by _underscore_
|
||||
|
||||
[Link](un_der_score) followed by _underscore_
|
||||
|
||||
[Link](un_der_sco_re) followed by _underscore_
|
||||
|
||||
[Link](star*star) followed by *star*
|
||||
|
||||
* [Link](star*star) followed by *star*
|
||||
|
||||
Text [Link](under_score) text _underscore_ text [Link](st*ar) text *star* text
|
||||
|
||||
[Link [link] link](under_score) followed by _underscore_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue