mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-22 16:26:45 +00:00
218 B
218 B
% pandoc -f markdown -t mediawiki
| Column1 | Column2 | Column3 |
| ------- | ------- | ------- |
| text | | text |
^D
{| class="wikitable"
|-
! Column1
! Column2
! Column3
|-
| text
|
| text
|}