-
Notifications
You must be signed in to change notification settings - Fork 84
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
Render tables in Markdown code outputs #322
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Heya, thanks for the feedback
Just to note, tables are not actually part of the CommonMark specification and so won't be rendered with this option. |
I believe that I just experienced this issue as well. Is there any kind of workaround in place for rendering markdown tables from code cells? |
Heya, after #380 (release pending) you can now set |
Describe the bug
While the table is properly displayed in Jupyter, but as well when using nbsphinx, it is not displayed properly when using myst-nb. Actually in this case, it shows simply the input string.
Please note the option myst_commonmark_only=True was set.
To Reproduce
Expected behavior
by using myst-nb sphinx plugin, the table should be properly exported and the mathjax formulas should be properly displayed.
The text was updated successfully, but these errors were encountered: