Skip to content

Commit

Permalink
Merge pull request pandao#244 from Yutyrannus/master
Browse files Browse the repository at this point in the history
类似x:x:x的时间格式也不会被解析为emoji
  • Loading branch information
pandao committed May 15, 2016
2 parents af08536 + 763863a commit b02dbce
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 b02dbce

Please sign in to comment.