cliid / rehype-twemojify

A simple rehype plugin that converts your ordinary text emojis into fancy twemojis. Full customization available.
MIT License
3 stars 4 forks source link

Use `hast-util-find-and-replace` #1

Open wooorm opened 2 years ago

wooorm commented 2 years ago

https://github.com/syntax-tree/hast-util-find-and-replace makes it easier to find patterns and replace them with nodes. And to ignore patterns in certain elements (style, script?)

nekochan0122 commented 4 months ago

https://github.com/syntax-tree/hast-util-find-and-replace makes it easier to find patterns and replace them with nodes. And to ignore patterns in certain elements (style, script?)

Hello, I just create a new rehype-twemoji with that library: https://github.com/nekochan0122/rehype-twemoji