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
OK, I found the section "Ending a list" with the workaround.
Still. I consider it a bug, because the parser can see the table and distinguish it from code.
Also, it is not possible to get a table with empty header within the enumeration, using the workaround.
Also, it is not possible to get a table with empty header within the enumeration, using the workaround.
Yes, it is. As with any list continuation, you need to indent the whole table 4 spaces.
I'm going to close this issue. Although in principle it would be possible to check for this kind of case, it would slow down performance for all lists, and it's both rare enough and avoidable enough that I don't think it's worth it.
this markdown snippet
yields a messed up table (in EPUB output), but only if the table follows the enumeration and the first table header is empty.
The text was updated successfully, but these errors were encountered: