tbroadley / spellchecker-cli

A command-line tool for spellchecking files.
MIT License
119 stars 16 forks source link

Fix issue with :gear: Gemoji #90

Closed tbroadley closed 2 years ago

tbroadley commented 2 years ago

I fixed it by switching from remark-gemoji-to-emoji to retext-emoji. Turns out we just need to tell retext-spell that these sequences are Gemoji. We don't necessarily need to convert them from Gemoji into emoji.

tbroadley commented 2 years ago

FYI @nicholaswilde

nicholaswilde commented 2 years ago

Seems to have fixed it. Thanks!