rhysd / remark-emoji

Remark markdown transformer to replace :emoji: in text
MIT License
124 stars 18 forks source link

remark@next (13) #15

Closed wooorm closed 4 years ago

wooorm commented 4 years ago

Hi!

remark is switching to a new parser internally (micromark, see remarkjs/remark#536 for more info). From a quick glance at the code, it seems this plugin should be fine. However, it would be good to check that in the future (there is 13.0.0-alpha.0 published now, and one or two more will come before the release)

rhysd commented 4 years ago

Hi @wooorm,

thank you for the announce. I'll try this plugin with the latest alpha version.

rhysd commented 4 years ago

I updated the dependency and it worked fine.

wooorm commented 4 years ago

Perfect! The changes make sense to me. Glad it worked, thanks for checking!