aboutsummaryrefslogtreecommitdiff
path: root/test/command/5360.md
blob: 7aa8adfa3cc239f4e08e9a9d240a6a93070373bd (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
26
27
28
29
```
% pandoc -t native
::: {.foo}
<table>
 <tr>
  <td>hi</td>
 </tr>
</table>
:::
^D
[ Div
  ( "", [ "foo" ], [] )
  [ RawBlock
    ( Format "html" ) "<table>"
  , RawBlock
    ( Format "html" ) "<tr>"
  , RawBlock
    ( Format "html" ) "<td>"
  , Plain
    [ Str "hi" ]
  , RawBlock
    ( Format "html" ) "</td>"
  , RawBlock
    ( Format "html" ) "</tr>"
  , RawBlock
    ( Format "html" ) "</table>"
  ]
]
```