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
|
2021-09-28 21:17:53 -07:00
|
|
|
( "" , [ "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>"
|
|
|
|
]
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
2019-12-27 11:46:22 -08:00
|
|
|
```
|