Skip to content

fix: enable GFM table rendering in MDX#5

Merged
neonwatty merged 1 commit intomainfrom
fix/gfm-tables
Apr 5, 2026
Merged

fix: enable GFM table rendering in MDX#5
neonwatty merged 1 commit intomainfrom
fix/gfm-tables

Conversation

@neonwatty
Copy link
Copy Markdown
Contributor

Summary

Markdown tables in MDX content (comparison pages, docs) were rendering as pipe-separated text instead of HTML tables. Added remark-gfm plugin to the @next/mdx config.

Test plan

  • Check /compare/userback — feature comparison table should render as HTML table
  • Check /docs/configuration — attribute tables should still render correctly
  • Check /docs/javascript-api — API reference table should render as HTML table

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugdrop-web Ready Ready Preview, Comment Apr 5, 2026 7:31pm

Request Review

Add remark-gfm plugin to the MDX config so markdown tables render
as HTML tables instead of pipe-separated text.
@neonwatty neonwatty merged commit 7c3b24c into main Apr 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant