markdown-it / markdown-it-emoji

Emoji syntax plugin for markdown-it markdown parser
https://markdown-it.github.io/
MIT License
719 stars 167 forks source link

Linkify + :x: in URL fails #36

Closed cunisia closed 4 years ago

cunisia commented 4 years ago

Hello there,

First of al, thanks you very much for taking care of this library, it's very useful 😃

When rendering a Sharepoint URL such as: https://morningtrans.sharepoint.com/:x:/r/quality/Shared%20Documents/...?d=w119ebfd3d2ee4dea8d7f047b6db59315&csf=1&e=GZRLy

Mardown-it outputs: https://morningtrans.sharepoint.com/ ❌/r/quality/Shared%20Documents/...?d=w119ebfd3d2ee4dea8d7f047b6db59315&csf=1&e=GZRLy

Therefore the URL is broken.

puzrin commented 4 years ago

live demo

I don't know what version you use, but latest one has no problem about this emoji.

What about /...? sequence - this should be repored to linkify-it tracker, to discuss how often this can happen. As quick-fix, i'd suggest use < > for all miss-linkified texts.