This only affects one-row tables and is easier to show with an example. Considering Textile syntax, the following would specify a table with 3 empty columns
| | | |
However, after formatting (Tab, Enter, etc) this becomes
| |
| |
To further characterize the behavior, any cells to the right of the last cell with data are truncated as shown below.
| A | B | C | | | | |
| A | B | C |
| | | |
This only applies to cells with data; cells with just Textile formatting are removed.
|_. A |_. B |_. C |_. |_. |_. |_. |
|_. A |_. B |_. C |
| | | |
Finally, this only seems to affect one-row tables. The following two-row table is handled properly.
This only affects one-row tables and is easier to show with an example. Considering Textile syntax, the following would specify a table with 3 empty columns
However, after formatting (Tab, Enter, etc) this becomes
To further characterize the behavior, any cells to the right of the last cell with data are truncated as shown below.
This only applies to cells with data; cells with just Textile formatting are removed.
Finally, this only seems to affect one-row tables. The following two-row table is handled properly.