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
Whilst writing this issue I've learned that commonmark does not define a table format which is I find rather surprising. So the question is: what format do you expect a table to be in? And I'm curious what that's based on (eg. reading about gfm and liking how they do tables)
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to cut and paste the output of the following commands. It may save some time if you do it now.
Rich uses the commonmark library on PyPi, which doesn't support tables. At some point we will move to a more actively developed Markdown library which does support tables.
You may find a solution to your problem in the docs or issues.
Thank you so much for this library! I tried implementing something similar and needless to say you do a far better job!
Describe the bug
When rendering a file that can be converted to markdown via pandoc
Github Markdown
Source file:
temp.md
Code snippet
Here vscode does a decent job of printing the table
Markdown (Maybe commonmark?)
Source file:
temp.md
Code snippet
Vscode has no clue what to do with this
Question
Whilst writing this issue I've learned that commonmark does not define a table format which is I find rather surprising. So the question is: what format do you expect a table to be in? And I'm curious what that's based on (eg. reading about gfm and liking how they do tables)
Platform
Click to expand
What platform (Win/Linux/Mac) are you running on? What terminal software are you using?
I may ask you to cut and paste the output of the following commands. It may save some time if you do it now.
The text was updated successfully, but these errors were encountered: