50e8c3b107
Note that the old output is semantically identical, but the new output looks better. Closes #4794.
18 lines
198 B
Markdown
18 lines
198 B
Markdown
```
|
|
% pandoc -f markdown -t mediawiki
|
|
| Column1 | Column2 | Column3 |
|
|
| ------- | ------- | ------- |
|
|
| text | | text |
|
|
^D
|
|
{|
|
|
! Column1
|
|
! Column2
|
|
! Column3
|
|
|-
|
|
| text
|
|
|
|
|
| text
|
|
|}
|
|
|
|
|
|
```
|