aboutsummaryrefslogtreecommitdiff
path: root/test/command/3337.md
blob: 7ba14dcbbf924add58e037ba0fe1de4f0a8e4698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% pandoc -f html -t markdown
<table>
<tr><td>a</td></tr>
<tr><td>1</td><td>2</td></tr>
</table>
^D
  --- ---
  a   
  1   2
  --- ---
```