sergioramos/remark-prism

remark@next (13)

wooorm opened this issue · 3 comments

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)

thank you for the tip, appreciated @wooorm

checking the dependency tree of this module, I see that we're using the latest version of micromark:

λ cat yarn.lock | grep micromark
    micromark: ~2.10.0
"micromark@npm:~2.10.0":
  resolution: "micromark@npm:2.10.1"

So, I can assume that it is compatible with remark 13, correct?

yup!