-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
from IPython.display import display, Markdown
display(Markdown(
'| name | description | formula |\n|:---------------------------|:--------------|:-------|\n| blablabla | blablabla | $\hat p - p$ |\n| badaboum | badaboum | $\hat p - p$ |'
))
Expected behavior
by using myst-nb sphinx plugin, the table should be properly exported and the mathjax formulas should be properly displayed.
effigies
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request