2019-12-27 20:46:22 +01:00
|
|
|
```
|
|
|
|
% pandoc -t native
|
|
|
|
::: {.foo}
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td>hi</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
:::
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ Div
|
2021-09-29 06:17:53 +02: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 21:09:51 +02:00
|
|
|
]
|
2019-12-27 20:46:22 +01:00
|
|
|
```
|