aboutsummaryrefslogtreecommitdiff
path: root/test/command/5014.md
blob: 73be6ec46d37dcfe52c6e00ec81f54ae7d7f69cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```
% pandoc -f html -t native
<table>
  <thead>
    <tr>
        <td>Name</td>
    </tr>
  </thead>
  <tbody>
    <tr>
        <td>Accounts</td>
    </tr>
    </tbody>
</table>
^D

```