``` % 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 |=== ```