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
-
@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
-
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.
![image](https://private-user-images.githubusercontent.com/56265819/361299075-eb15d312-e738-42ad-80f3-15dba613737c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3ODAwNjcsIm5iZiI6MTczOTc3OTc2NywicGF0aCI6Ii81NjI2NTgxOS8zNjEyOTkwNzUtZWIxNWQzMTItZTczOC00MmFkLTgwZjMtMTVkYmE2MTM3MzdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDA4MDkyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBkNWUzYzdhMzc3ZTg3NThhOWFhNjI0NmNjNjc4MjdlMmJkYzZkYzI4YzlhODY0MTdjNjhiZjFkZjkyNzM2YjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7uYQ3oWLi-cCa7sTdQnrBefBIVRzmjRWRtSkODylGpY)
Beta Was this translation helpful? Give feedback.
All reactions