ssssota / svelte-exmarkdown

Svelte component to render markdown.
https://ssssota.github.io/svelte-exmarkdown
MIT License
166 stars 5 forks source link

Emoji Support #255

Open JonLangfordUK opened 2 weeks ago

JonLangfordUK commented 2 weeks ago

Hello 👋 Does your markdown solution support emojis? Out of the box, it seems that it doesn't pick up on typed emoji like this: :) :( :'( :P

If not, is there a plugin that I could look into that would work well with your awesome project? 😄

ssssota commented 2 weeks ago

You can use remark-emoji.

Demo: https://stackblitz.com/edit/svelte-exmarkdown-emoji?file=src%2FApp.svelte&terminal=dev