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
Hello, I think you have the problem mentioned in issue #416 : your remark version does not match the version needed by our plugins. To be more specific, we state that:
Currently, all the plugins provided only work for remark versions lesser than 13.0.0.
If you are using a version greater than or equal to 13.0.0, then you'll need to wait (probably for a long time) for the plugin to be migrated or use the tricks mentioned here: #416 (comment)
Hi! I have problems, I have to update "react-markdown" at least to "^7.1.1", But when i do it remarkDisableTokenizers is broken.
<ReactMarkdown remarkPlugins={[remark, [remarkDisableTokenizers, { block: ['setextHeading'] }]]} ... />
"react-markdown": "^7.1.1",
"remark-disable-tokenizers": "^1.1.0",
Could you help me please? no one on the whole internet has come across this problem
The text was updated successfully, but these errors were encountered: