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
{{ message }}
This repository was archived by the owner on Jun 23, 2022. It is now read-only.
It you be nice to be able to format tables that have escaped | chars (\|) in the cells.
As it is now I get this trace when trying to do it
Error detected while processing function ReflowTable:
line 7:
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "<string>", line 292, in reflow_table
File "<string>", line 253, in draw_table
File "<string>", line 229, in reflow_row_contents
IndexError: list index out of range
Sample table (which don't work atm)
+--------------------+| foo | bar |+====================+| foo | bar \| baz |+--------------------+| foo | bar baz |+--------------------+
It you be nice to be able to format tables that have escaped
|chars (\|) in the cells.As it is now I get this trace when trying to do it
Sample table (which don't work atm)