mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 13:38:49 +01:00
Update MD039/no-space-in-links to not remove code/emphasis markers when fixing issues (fixes #482).
This commit is contained in:
parent
a8f946e0b3
commit
7bb80d19b1
6 changed files with 207 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[*foo*](https://bar/)
|
||||
|
||||
[**foo**](https://bar/)
|
||||
[__foo__](https://bar/)
|
||||
|
||||
[foo "bar"](https://baz/)
|
||||
|
||||
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
[ *foo* ](https://bar/) {MD039}
|
||||
|
||||
[ __foo__ ](https://bar/) {MD039}
|
||||
|
||||
The following shouldn't break anything:
|
||||
[](/images/Screenshot.png)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue