aboutsummaryrefslogtreecommitdiff
path: root/test/command/5014.md
blob: c194904962e084096ea580af7002d070d46a2eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
% pandoc -f html -t native
<table>
  <thead>
    <tr>
        <td>Name</td>
    </tr>
  </thead>
  <tbody>
    <tr>
        <td>Accounts</td>
    </tr>
    </tbody>
</table>
^D
[Table [] [AlignDefault] [0.0]
 [[Plain [Str "Name"]]]
 [[[Plain [Str "Accounts"]]]]]
```