add emojis (#93)

* 更新 emoji 支持,增加 github emoji 列表,防止 “2017-02-22 15:13:22” 中的 :13: 被转义。

* 修正代码格式。
This commit is contained in:
sokamal 2017-02-22 16:40:48 +08:00 committed by cinwell.li
parent 2945e94e3c
commit 8df746e9d1
3 changed files with 15 additions and 1 deletions

View File

@ -85,3 +85,7 @@ You should set the `data-app` attribute if you changed `el`:
}
</script>
```
## Emoji support
Support [github emoji](https://github.com/scotch-io/All-Github-Emoji-Icons) :smile:

View File

@ -82,3 +82,7 @@ cd docs && python -m SimpleHTTPServer 3000
</script>
```
## Emoji 支持
自动转义 [github 支持的 emoji](https://github.com/scotch-io/All-Github-Emoji-Icons):smile:

File diff suppressed because one or more lines are too long