Gatsby 5 + MDX2: support for tables?

This page summarizes the projects mentioned and recommended in the original post on /r/gatsbyjs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • sprucecss-site

    Discontinued The documentation of Spruce CSS.

    The main thing with this whole migration was that the `remark-gfm˙ needs ESM and not CommonJS. So you need to rewrite a bit your gatsby-config like so: https://github.com/conedevelopment/sprucecss-site/blob/main/gatsby-config.mjs (by the way, this is the repo where I did it, you can find anything related here).

  • remark-gfm

    remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)

    It seems that in the MDX2 (which is default in G5) direct support for some advanced formatting like tables was removed. Now it's done by remark-gfm [ https://github.com/remarkjs/remark-gfm ].

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts