2019-12-27 11:46:22 -08:00
|
|
|
```
|
|
|
|
% pandoc -t native
|
|
|
|
::: {.foo}
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>hi</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
:::
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Div
|
|
|
|
( "", [ "foo" ], [] )
|
|
|
|
[ RawBlock
|
|
|
|
( Format "html" ) "<table>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "<tr>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "<td>"
|
|
|
|
, Plain
|
|
|
|
[ Str "hi" ]
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "</td>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "</tr>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "</table>"
|
|
|
|
]
|
|
|
|
]
|
2019-12-27 11:46:22 -08:00
|
|
|
```
|