wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Email addresses in quotes get mislinked #137

Closed wincent closed 4 years ago

wincent commented 5 years ago

For example, in this article:

account "you@example.com"

gets rendered as:

account <a href="mailto:%22you@example.com" class="external">&quot;you@example.com</a>&quot;
wincent commented 5 years ago

This is happening in markdown-it, which you can verify here.

wincent commented 5 years ago

Upstream report: https://github.com/markdown-it/markdown-it/issues/514

wincent commented 4 years ago

And it got fixed upstream in July 2019, and I updated to v10.0.0 in https://github.com/wincent/masochist/commit/13274ea6b2e21bf7634bd8d0061dc3b4871b5ac7