20 lines
344 B
Markdown
20 lines
344 B
Markdown
|
```
|
||
|
% pandoc -t native
|
||
|
::: {.foo}
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>hi</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
:::
|
||
|
^D
|
||
|
[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>"]]
|
||
|
```
|