pandoc/test/command/4794.md
John MacFarlane 50e8c3b107 MediaWiki writer: Avoid extra blank line in tables with empty cells.
Note that the old output is semantically identical, but the
new output looks better.

Closes #4794.
2018-07-24 11:38:24 -07:00

198 B

% pandoc -f markdown -t mediawiki
| Column1 | Column2 | Column3 |
| ------- | ------- | ------- |
| text    |         | text    |
^D
{|
! Column1
! Column2
! Column3
|-
| text
|
| text
|}