daf8d1db18
Uses the new gridTable in Writers.Shared, which is here improved to better handle 0-width cells. Closes #3516.
167 B
167 B
Correctly handle empty row:
% pandoc -f markdown -t rst
+---+---+
| 1 | 2 |
+---+---+
| | |
+---+---+
^D
+---+---+
| 1 | 2 |
+---+---+
| | |
+---+---+