Update MD039/no-space-in-links to not remove code/emphasis markers when fixing issues (fixes #482).

This commit is contained in:
David Anson 2022-05-06 21:42:31 -07:00
parent a8f946e0b3
commit 7bb80d19b1
6 changed files with 207 additions and 5 deletions

View file

@ -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:
[![Screenshot.png](/images/Screenshot.png)](/images/Screenshot.png)