Open u1735067 opened 6 years ago
Escaped column characters are not considered as escaped:
|Abcde|Bcdef| |-|-| |1\|2|2\|3|
if formatted as
| Abcde | Bcdef | | | | ----- | ----- | --- | --- | | 1\ | 2 | 2\ | 3 |
instead of
| Abcde | Bcdef | | ----- | ----- | | 1\| 2 | 2\| 3 |
Escaped column characters are not considered as escaped:
if formatted as
instead of