You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to use this in my latest project, however I can't seem to get around an issue and wondering perhaps if its because this library is out of date for remark?
See my example code below, using react component all I can seem to get the result to be is Assertion: expected last token to be open. The following only happens upon using the {test}^(test) syntax, else-wise all content renders fine out of unified, remark, rehype.
@jakehwll Do you have a demo project for this? Or which remark do you use. I think this plugin is out of date and perhaps need some rewrite to make it work with new version of remark.
Seems to be an issue between remark-parse at ver. ^10.0.0 rather than ^9.0.0, downgrading this library for the time being has solved the issue. Was good to hear it wasn't me going crazy trying to learn remark 🙂
(Photo evidence).
Time to investigate the breaking changes between them!
Hi there!
I was looking to use this in my latest project, however I can't seem to get around an issue and wondering perhaps if its because this library is out of date for remark?
See my example code below, using react component all I can seem to get the result to be is
Assertion: expected last token to be open
. The following only happens upon using the{test}^(test)
syntax, else-wise all content renders fine out of unified, remark, rehype.Am I perhaps calling something wrong?
The text was updated successfully, but these errors were encountered: