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
There are a number of limitations to the tables we currently support, including:
no rowspans
no colspans
contents of a cell must fit on one line
There are some useful discussions of table syntax ideas at talk.comonmark.org, but in general this is a tough issue. I'm tempted to support something like reStructuredText's list tables for a more general format.
One feature many markdown table syntax lacks is merged cells in tables.
The text was updated successfully, but these errors were encountered: