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 embedded underscore emphasis markers (fixes #444, fixes #408, fixes #354, fixes #324).
This commit is contained in:
parent
3e8d3320f7
commit
7cf9c2d6be
3 changed files with 18 additions and 4 deletions
|
|
@ -347,3 +347,13 @@ text [reference*link] star * star text
|
|||
```yaml /* autogenerated */
|
||||
# YAML...
|
||||
```
|
||||
|
||||
new_value from *old_value* and *older_value*.
|
||||
|
||||
:ballot_box_with_check: _Emoji syntax_
|
||||
|
||||
some_snake_case_function() is _called_
|
||||
|
||||
_~/.ssh/id_rsa_ and _emphasis_
|
||||
|
||||
Partial *em*phasis of a *wo*rd.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue