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