rhysd / remark-emoji

Remark markdown transformer to replace :emoji: in text
MIT License
124 stars 18 forks source link

support github flavor shortcode #19

Closed gasolin closed 2 years ago

gasolin commented 2 years ago

according https://emojipedia.org/man-walking/

:walking_man: in github can transform to πŸšΆβ€β™‚οΈ

but remark-emoji only support :man-walking:

:man_walking: (Emojipedia)
:man-walking: (Slack)
:walking_man: (Github)
rhysd commented 2 years ago

This is bug of upstream library node-emoji. I'll make a PR there.

rhysd commented 2 years ago

https://github.com/omnidan/node-emoji/pull/112

rhysd commented 2 years ago

Meanwhile I added a workaround for this and released new version v3.0.2. Please update dependency to the latest.

gasolin commented 2 years ago

@rhysd awesome, thanks!