1 Just found a bug while building a table with 1st column made of the lines output by <tt>ls -1</tt>. That means, in the beginning there's only 1 cell in each row, and if adding additional columns in other rows, the delimiter ('|') is taken as-is. No difference if the table has a header line or not, or if that one cell is following a '|'.
18 [[!table header="no" data="""
37 [[!table header="no" data="""
56 [[!table header="no" data="""
62 ### 1 cell (ended by delimiter), 3 later
75 [[!table header="no" data="""
81 ### 1 cell (line starts with delimiter), 3 later
94 [[!table header="no" data="""
100 ### 1 cell (line starts with SPC + delimiter), 3 later
113 [[!table header="no" data="""