Skip to content

Commit 4292c2f

Browse files
committed
[markdown mode] Change default emoji style to 'builtin'
Issue #4864
1 parent b11179d commit 4292c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/markdown/markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CodeMirror.defineMode("markdown", function(cmCfg, modeCfg) {
7373
em: "em",
7474
strong: "strong",
7575
strikethrough: "strikethrough",
76-
emoji: "emoji"
76+
emoji: "builtin"
7777
};
7878

7979
for (var tokenType in tokenTypes) {

0 commit comments

Comments
 (0)