[gatsby-transformer-remark] GitHub flavored markdown not working #32411
Unanswered
jcoryalvernaz
asked this question in
Help
Replies: 1 comment
-
Hi! I don't think this is an issue with Gatsby as we correctly use I think your syntax is not working anymore for gfm, since the preview of your markdown file doesn't work: Also a minimal Once you add table headings there it creates a proper table. |
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.
-
Preliminary Checks
Description
After our recent migration to Gatsby V3 we noticed that GitHub flavored markdown stopped being parsed as expected. We use a GitHub markdown trick for writing tables that don't have table headers, and the output ends up getting parsed as a paragraph. I know that with remark v13.0.0, gfm is now its own plugin and we actually installed and used this for our Netlify CMS preview with no issues. However, our regular template pages created using this plugin are having this parsing issue. Is there a possibility that the gfm plugin was not implemented correctly with the bump to remark 13.0.0?
Reproduction Link
https://github.com/jcoryalvernaz/gfm-reproduction
Steps to Reproduce
http://localhost:8000/my-second-post/
...
Expected Result
Tables should be rendered properly:
Actual Result
Tables are rendered as paragraphs:
Environment
Config Flags
No response
Beta Was this translation helpful? Give feedback.
All reactions