Skip to content

Commit

Permalink
add emojis (#93)
Browse files Browse the repository at this point in the history
* 更新 emoji 支持,增加 github emoji 列表,防止 “2017-02-22 15:13:22” 中的 :13: 被转义。

* 修正代码格式。
  • Loading branch information
PlayerYK authored and QingWei-Li committed Feb 22, 2017
1 parent 2945e94 commit 8df746e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
4 changes: 4 additions & 0 deletions docs/zh-cn/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ cd docs && python -m SimpleHTTPServer 3000
</script>
```

## Emoji 支持

自动转义 [github 支持的 emoji](https://github.com/scotch-io/All-Github-Emoji-Icons):smile:

8 changes: 7 additions & 1 deletion src/core/render/emojify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8df746e

Please sign in to comment.