2019-12-27 20:46:22 +01:00
|
|
|
```
|
|
|
|
% pandoc -t native
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
x
|
|
|
|
|
|
|
|
y
|
|
|
|
^D
|
2021-09-19 21:09:51 +02:00
|
|
|
[ RawBlock
|
|
|
|
( Format "html" ) "<tr>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "<td>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "</td>"
|
|
|
|
, RawBlock
|
|
|
|
( Format "html" ) "</tr>"
|
|
|
|
, Para
|
|
|
|
[ Str "x" ]
|
|
|
|
, CodeBlock
|
|
|
|
( "", [], [] ) "y"
|
|
|
|
]
|
2019-12-27 20:46:22 +01:00
|
|
|
```
|