aboutsummaryrefslogtreecommitdiff
path: root/test/command/4794.md
blob: 8356d21570f787c9d1ddae33862a3e73ede083e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -f markdown -t mediawiki
| Column1 | Column2 | Column3 |
| ------- | ------- | ------- |
| text    |         | text    |
^D
{|
! Column1
! Column2
! Column3
|-
| text
|
| text
|}


```