We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66fed31 + 4b1b4a2 commit 7284ddbCopy full SHA for 7284ddb
src/util/markdown.js
@@ -38,7 +38,7 @@ function mathHtml(wrap, node) {
38
});
39
}
40
41
-const emojiRegex = /^:([\w-]+):/;
+const emojiRegex = /^:([^:]+):/;
42
43
const plainRules = {
44
Array: {
0 commit comments