You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect input like <strong>first.last@example.com</strong> to produce output like <strong>first.last@example.com</strong>. Instead, we see output like <a href="mailto:strong>first.last@example.com</strong">strong>first.last@example.com</strong</a>.
Seeing the encoded output there I was initially a little worried it might be a regression related to the encoding Parsedown does now. Looks like a previous version of Parsedown gave
I expect input like
<strong>first.last@example.com</strong>
to produce output like<strong>first.last@example.com</strong>
. Instead, we see output like<a href="mailto:strong>first.last@example.com</strong">strong>first.last@example.com</strong</a>
.I suggest something like:
The text was updated successfully, but these errors were encountered: