markdown-it / markdown-it-emoji

Emoji syntax plugin for markdown-it markdown parser
https://markdown-it.github.io/
MIT License
727 stars 167 forks source link

Support for new emojis like :octocat: #35

Closed vaibhav-gupt closed 5 years ago

vaibhav-gupt commented 5 years ago

Some of the emojis mentioned in github's emojis list(https://gist.github.com/rxaviers/7360908) doesn't work with this library. Eg :octocat:(:octocat:), :partly_sunny(:partly_sunny:)

puzrin commented 5 years ago

Take a look into page source. Those are non-standard extensions, without unicode chars, injected as images. That does not fit into current package simple concept. It's impossible to provide universal solution, when unicode emoji chars are mixed with bitmaps.