Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add GFM support #29

Merged
merged 2 commits into from
Nov 30, 2024
Merged

Conversation

probberechts
Copy link
Contributor

This commit enables GitHub flavored markdown using the "remark-gfm" plugin. GFM includes features like tables or footnotes.

The "remark-gfm" package is an ESM module. To enable it, I had to migrate the gatsby-config file from CommonJS to ES. See also: https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/?=mdx#gfm--esm-only-packages

This commit enables GitHub flavored markdown using the "remark-gfm" plugin. GFM includes features like tables or footnotes.

The "remark-gfm" package is an ESM module. To enable it, I had to migrate the gatsby-config file from CommonJS to ES. See also: https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx/?=mdx#gfm--esm-only-packages
package.json Outdated Show resolved Hide resolved
Co-authored-by: Sudaraka Jayathilaka <[email protected]>
Copy link
Owner

@sudaraka94 sudaraka94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, thank you for the PR

@sudaraka94 sudaraka94 merged commit 7366b36 into sudaraka94:main Nov 30, 2024
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants