stormkit-io / app-stormkit-io

Stormkit is an all in one solution for Full Stack Javascript applications.
https://app.stormkit.io
GNU General Public License v3.0
63 stars 8 forks source link

[feat] add support to markdown emojis #304

Closed filippofinke closed 2 years ago

filippofinke commented 2 years ago

Feature Add support to github markdown emojis.

List of emojis: https://gist.github.com/rxaviers/7360908

Current implementation Currently emojis aren't rendered but instead shown as normal text.

image

Expected result

image

svedova commented 2 years ago

@filippofinke is there a library that takes care of this?

filippofinke commented 2 years ago

@filippofinke is there a library that takes care of this?

I don't know yet. I have to research if there is something that fit our case.

filippofinke commented 2 years ago

What if we just implement the common ones (https://gitmoji.dev/) by mapping the emoji name to the relative font-awesome icon?

This way we don't have to add another icon library.