Facing issues while using 'remark-gfm' package #2531
Unanswered
mustaquenadim
asked this question in
Q&A
Replies: 3 comments 1 reply
-
I cannot give advice on Gatsby. They’re a for-profit product, which I do not work on. And, it’s unmaintained. I’d recommend to ask them, but I am not sure you’ll get a response. Perhaps choose some other framework |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@mustaquenadim - were you able to resolve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My current published site (https://mustaquenadim.com) is built on Gatsby v3. I tried and successfully upgraded my site to the Gatsby version 5. Then I felt the necessity of custom components for my blogs. So I decided to migrate from simple markdown to mdx. During migration, I've faced several issues and solved a few with the help of some community and myself.
Problem
I've followed this documentation. I believe I did more than the documentation. Whatever.
After migration, I noticed that my previous markdown table syntax is rendering as the syntax, not converting to table markup. Also, I made a custom component to be used in my blog. The custom component is not working too. I searched for the solution and decided to use remark-gfm plugin to solve the table rendering issue. But remark-gfm plugin causing some errors. I can't understand the issue.
Website: https://mustaquenadim.com (Gatsby 3)
GitHub Repository: https://github.com/mustaquenadim.github.io
Issue is created in the
special-markdown
named branch.Error 1
Error 2
gatsby-config.mjs
index.mdx
The following image was produced after commenting the remarkGfm line.

Beta Was this translation helpful? Give feedback.
All reactions