diff --git a/js/markdown.js b/js/markdown.js index 2f01302..500079a 100644 --- a/js/markdown.js +++ b/js/markdown.js @@ -30,7 +30,7 @@ function filterMentions(text) { const emojiregex = /:([^:\s]*):/gi function emojify(text) { - return text.replace(emojiregex,"$1 title=':$1:'") + return text.replace(emojiregex,"$1") } function unemojify(text){