mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
30 lines
791 B
Markdown
30 lines
791 B
Markdown
```
|
|
% 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
|
|
|===
|
|
```
|