Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Support escaped "|" (pipe) chars #25

Description

@victorhaggqvist

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  | 
+--------------------+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions