闲耘™

Results 101 comments of 闲耘™

这个 PR 主要将 emojicharstring 升级为高阶的 String 类,修正了原生 String 类针对部分 Unicode 的 length 等相关属性和方法的处理错误。 而 slice 是 String 的一个普通方法,但是处理 Emoji 这些特殊 Unicode 字符有误,所以也需要复写处理。

What's it look like? Life project support attach image in event message.

``` markdown * 2015/01/01-~ ![img](url) ```

Is my fault, life is not support image markdown syntax now. life support link syntax. You can make a PR to life, or use [Markline](https://github.com/hotoo/markline)

``` bash $ markline build life.md $ ghp-import dist $ git push origin gh-pages ```