-
Notifications
You must be signed in to change notification settings - Fork 75
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
Markdown tables are not working #81
Comments
Okay after a bit more investigation, it seems like Closing this issue, I will ask in xdm repo if there is a workaround. |
In case anyone ends up here in the future |
This caught me off guard! It looks like now XDM is deprecated, and was replaced with mdx-js/mdx, which this package switched to. I guess
|
mdx-bundler
version: 5.2.1node
version: 16.6.1npm
version: 7.20.3esbuild
version: 0.12.19Relevant code or config
What you did:
Added a markdown table
What happened:
There is no
table
element output at all, this is thecode
output ofbundleMDX()
And the visual output
Reproduction repository:
https://replit.com/@mtt87/QuickwittedSpottedProcedures#index.js
Problem description:
Markdown tables are not rendered correctly
Suggested solution:
Not sure at the moment where the issue could be, I guess either
mdx-bundler
oresbuild
orxdm
are the packages involved here 😄 I'm gonna try to compile withxdm
to see what's the output withoutmdx-bundler
involvedThe text was updated successfully, but these errors were encountered: