-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add GFM support 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 * Downgrade remark-gfm to v3.0.1 Co-authored-by: Sudaraka Jayathilaka <sudaraka94@users.noreply.github.com> --------- Co-authored-by: Sudaraka Jayathilaka <sudaraka94@users.noreply.github.com>
- Loading branch information
1 parent
2942037
commit 7366b36
Showing
3 changed files
with
13,757 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.