mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
791 B
791 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
|===