You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
I was also trying to render a dataframe into a proper markdown table and I was able to reproduce bug.
This is inconvenient as mystnb should help to format table with data instead of having to write markdown.
Describe the bug
context
I have a nice markdown table like this:
and I'd like to render it from a code-cell using something like this:
... and in my
conf.py
i have the following:expectation
I expected something like this:
bug
But instead I get this:
Reproduce the bug
the description should be enough to reproduce
List your environment
myst-nb 1.0.0
myst-parser 2.0.0
The text was updated successfully, but these errors were encountered: