aboutsummaryrefslogtreecommitdiff
path: root/test/command/9090.md
blob: a2c94b998be4e8a58f1094effcf83e1582a53efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
```
% pandoc -f html -t gfm
<table>
  <tr>
    <th>invalid head cell</td>
  </tr>
  <tr>
    <td>body cell</td>
  </tr>
</table>
^D
| invalid head cell |
|-------------------|
| body cell         |
```