pandoc/test/command/6009.md

20 lines
264 B
Markdown
Raw Normal View History

```
% 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"
]
```