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
However, this input, where the username includes an asterisk, won't work: Your friend ~~[**test\***](www.google.com)~~ (~~[*@test*](www.google.com)~~) updated his/her description.
It will result in messed up <del> tags and leaves some ~~ characters in the result: <p>Your friend ~~<a href="www.google.com"><strong>test*</strong></a><del> (</del><a href="www.google.com"><em>@test</em></a>~~) updated his/her description.</p>
The text was updated successfully, but these errors were encountered:
I'm using Showdown with the strikethrough option enabled.
Example input that works:
Your friend ~~[**test**](www.google.com)~~ (~~[*@test*](www.google.com)~~) updated his/her description.
Correctly results in:
<p>Your friend <del><a href="www.google.com"><strong>test</strong></a></del> (<del><a href="www.google.com"><em>@test</em></a></del>) updated his/her description.</p>
However, this input, where the username includes an asterisk, won't work:
Your friend ~~[**test\***](www.google.com)~~ (~~[*@test*](www.google.com)~~) updated his/her description.
It will result in messed up
<del>
tags and leaves some~~
characters in the result:<p>Your friend ~~<a href="www.google.com"><strong>test*</strong></a><del> (</del><a href="www.google.com"><em>@test</em></a>~~) updated his/her description.</p>
The text was updated successfully, but these errors were encountered: