We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415f295 commit 1a09ce3Copy full SHA for 1a09ce3
src/core/render/emojify.js
@@ -12,6 +12,8 @@ function replace(m, $1) {
12
13
export function emojify(text) {
14
return text
15
+ .replace(/:\+1:/g, ':thumbsup:')
16
+ .replace(/:-1:/g, ':thumbsdown:')
17
.replace(/<(pre|template|code)[^>]*?>[\s\S]+?<\/(pre|template|code)>/g, m =>
18
m.replace(/:/g, '__colon__')
19
)
0 commit comments