# A single pipe is parsed as an empty table ``` % pandoc -f org -t html | ^D
``` # Accepts an empty org table within a grid table cell The misaligned pipe in the first row is treated as an empty table. ``` % pandoc -f org -t html +-----+-----+-----+-----------+ | | | | | +:====+=====+====:+==========:+ | a | b | c | d | +-----+-----+-----+-----------+ ^D
a b c d
```