Skip to content

Commit

Permalink
现在类似x:x:x的时间格式也不会被解析为emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutyrannus committed May 14, 2016
1 parent af08536 commit 763863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editormd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@
email : /(\w+)@(\w+)\.(\w+)\.?(\w+)?/g,
emailLink : /(mailto:)?([\w\.\_]+)@(\w+)\.(\w+)\.?(\w+)?/g,
emoji : /:([\w\+-]+):/g,
emojiDatetime : /(\d{2}:\d{2}:\d{2})/g,
emojiDatetime : /(\d{1,2}:\d{1,2}:\d{1,2})/g,
twemoji : /:(tw-([\w]+)-?(\w+)?):/g,
fontAwesome : /:(fa-([\w]+)(-(\w+)){0,}):/g,
editormdLogo : /:(editormd-logo-?(\w+)?):/g,
Expand Down

0 comments on commit 763863a

Please sign in to comment.