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

Replace unicode emoji characters, allowing them to be customized by renderer rules #53

Open carter-thaxton opened 4 months ago

carter-thaxton commented 4 months ago

A very straightforward implementation of #43. "It just works!" I'm sure it's possible to provide an option to control this behavior, but it doesn't seem necessary.

carter-thaxton commented 4 months ago

I added some tests to cover this new behavior, and fixed the linter errors in my previous commit. I'm happy to squash into a single commit, if you'd prefer. Just let me know.