-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
fix: fixed table rendering (html and gfm) and reorganised mdx plugins #6039
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked the reported link on preview site, looks fine
https://nodejs-org-git-fix-tables-and-reorganised-mdx-plugins-openjs.vercel.app/en/docs/guides/debugging-getting-started#command-line-options
Signed-off-by: Claudio W <[email protected]>
Hey @nodejs/nodejs-website I'm fast-tracking this due to being an existing bug and this being a "hot fix" |
Description
This PR fixes HTML tables and GFM (GitHub Flavoured Markdown) tables not rendering. It adds support to:
next-mdx-remote
) through a MDast Plugin (mdast-util-gfm-table
)rehype-raw
)This PR segments all the MDX Plugins into a dedicated file
next.mdx.js
to keep thenext.dynamic.mjs
file clean.Validation
All MDX/Markdown features should still be working as:
Related Issues
Closes #6002