diff --git a/js/markdown.js b/js/markdown.js index 5feb5ff..3145b71 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") + return text.replace(emojiregex,":$1:") } function unemojify(text){