zzarcon / gh-emoji

Github emoji parsing done right :point_up: :pray: :point_up_2: :clap: :ok_hand:
http://zzarcon.github.io/gh-emoji/
MIT License
160 stars 7 forks source link

Move name of emoji from class to other tag #17

Open rpunkfu opened 8 years ago

rpunkfu commented 8 years ago

I think we could move name of emoji from classname into title tag, this will also fix part of #15. @zzarcon?

zzarcon commented 8 years ago

Something like?

<img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f47d.png?v6" data-emoji-id="alien" />
rpunkfu commented 8 years ago

exactly