82f44592ae
Closes #6009, #5360.
18 lines
249 B
Markdown
18 lines
249 B
Markdown
```
|
|
% pandoc -t native
|
|
<tr>
|
|
<td>
|
|
</td>
|
|
</tr>
|
|
|
|
x
|
|
|
|
y
|
|
^D
|
|
[RawBlock (Format "html") "<tr>"
|
|
,RawBlock (Format "html") "<td>"
|
|
,RawBlock (Format "html") "</td>"
|
|
,RawBlock (Format "html") "</tr>"
|
|
,Para [Str "x"]
|
|
,CodeBlock ("",[],[]) "y"]
|
|
```
|