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

```