aboutsummaryrefslogtreecommitdiff
path: root/test/command/6009.md
blob: b2785dd3646e5b22b0525dbbe2008ba53bd3c2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
% 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"
]
```