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

```