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
The module MarkdownToHTML doesn't seem to currently support tables.
It is based on the library "markdown" that has support for tables, but only if explicitely enabled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The module MarkdownToHTML doesn't seem to currently support tables.
It is based on the library "markdown" that has support for tables, but only if explicitely enabled.
It should be easy to enable table support
https://python-markdown.github.io/extensions/tables/#usage
Beta Was this translation helpful? Give feedback.
All reactions