Example: *:pr:*
*:pr:*
I expected output: star - colon - "pr" - colon - star
I looks like it is considering it an emoji :(
Metadata Update from @pingou: - Issue tagged with: JS, bug
It even destroys URLs:
https://copr.fedorainfracloud.org/coprs/g/python/python3.8/builds/?dirname=python3.8:pr:5
Current emoji loading implementation find & replaces emojis on the full test inside the comment <span> . We should change this to exclude tags like <code> , <a> on the replacement process
<span>
<code>
<a>
I encounter a similar issue here: