remark-gfm errors with inline code #1246
-
Hi! I'm using ./app/blog/(post)/deploying-docusaurus-on-cf-pages/page.mdx
TypeError: page.mdx:TypeError: Cannot read properties of undefined (reading 'inTable')
at new Promise (<anonymous>) Stack Trace from deployment:
After some debugging, I found the line causing this issue https://github.com/gaurishhs/Portfolio/blob/main/app/blog/(post)/deploying-docusaurus-on-cf-pages/page.mdx#L59 after removing the inline code it just worked. How can i fix this? I don't want to remove all the inline code in my blog. For styling i use TailwindCSS Prose https://github.com/gaurishhs/Portfolio/blob/main/app/blog/(post)/layout.tsx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Welcome @gaurishhs! 👋
|
Beta Was this translation helpful? Give feedback.
Welcome @gaurishhs! 👋
Sorry you ran into a spot of trouble
remark
and its plugins just when through a major release with some breaking changes.mdx
is in the process of updating to the next major version still.In the meantime, have you tried downgrading
remark-gfm
to the previous major release?