```
% 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"]]]]]
```