mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
01b54593cc
Closes #10385. Closes #2337. Closes #6424.
783 B
783 B
% pandoc -f docbook -t asciidoc
<informaltable frame="all" rowsep="1" colsep="1">
<tgroup cols="1">
<thead>
<row>
<entry align="left" valign="top">h1</entry>
<entry align="left" valign="top">h2</entry>
</row>
</thead>
<tbody>
<row>
<entry align="left" valign="top">
<simpara>!@#$%^&*(){}|~?+-',."<>[]\`</simpara>
</entry>
<entry align="left" valign="top">
<simpara>col 2</simpara>
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
^D
[cols=",",options="header",]
|===
|h1 |h2
|!@#$%^&++*++()++{++}{vbar}~?{plus}-',."++<>[]\`++ |col 2
|===