pandoc/test/command/3526.md
John MacFarlane a939cfe769 Pipe tables: impose minimum cell size.
This might help with #3526.
At any rate, it fixes another bug (see test/command/3526.md).
2017-03-23 16:54:47 +01:00

14 lines
122 B
Markdown

```
% pandoc -t rst
+--+---+
| | |
+--+---+
| | |
+--+---+
^D
+---+---+
| | |
+---+---+
| | |
+---+---+
```