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

Missing some Github emojis #39

Closed privatenumber closed 3 years ago

privatenumber commented 4 years ago

Says in the README that the full set has all Github supported emojis, but I'm finding that some of then aren't included.

Missing emojis I encountered so far: :monocle_face: -> :monocle_face: :ringed_planet: -> :ringed_planet:

waptik commented 3 years ago

I can confirm it. Some of GitHub's emojies in the big lists don't work.

Update: I just saw that the list hasn't been updated for a long time.

puzrin commented 3 years ago

I've updated DB. But note, this package is about "parse". It doesn't track every src db change.

In 2.0.0 you can take "bare.js" and populate it as you wish.

waptik commented 3 years ago

I've updated DB. But note, this package is about "parse". It doesn't track every src db change.

In 2.0.0 you can take "bare.js" and populate it as you wish.

Thanks for updating the DB, I updated the pkg in my project as well. Will the README file be updated in regards to extending the package using "bare.js"?

puzrin commented 3 years ago

bare.js is mentioned in readme. IMO no more updates needed. But you can suggest PR with with your vision of docs.

waptik commented 3 years ago

I saw mentioned but nothing more. Okay, i'll play with it and if i come up with something useful , i'll do a PR. Thanks again for the hard work!