Skip to content

Commit 7284ddb

Browse files
committed
Merge branch 'fix/slacken-emoji-regex' into nudev
2 parents 66fed31 + 4b1b4a2 commit 7284ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/markdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function mathHtml(wrap, node) {
3838
});
3939
}
4040

41-
const emojiRegex = /^:([\w-]+):/;
41+
const emojiRegex = /^:([^:]+):/;
4242

4343
const plainRules = {
4444
Array: {

0 commit comments

Comments
 (0)