mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
0b003de6f1
Now MediaWiki tables can use colspan and rowspan :D
218 B
218 B
% pandoc -f markdown -t mediawiki
| Column1 | Column2 | Column3 |
| ------- | ------- | ------- |
| text | | text |
^D
{| class="wikitable"
|-
! Column1
! Column2
! Column3
|-
| text
|
| text
|}