Open
Description
I found a bug where strikethrough links don’t render correctly. For example, the following Markdown:
~~[This is strikethrough](https://google.com)~~
should be displayed like this
but instead it's renderd like this
It only renders as a normal link, but the strikethrough effect is missing.
Is this a known issue? Would appreciate any insights on a fix.
Thanks