aboutsummaryrefslogtreecommitdiff
path: root/test/command/7871.md
blob: 299e79cfaf583820ffa385491ae595512feba7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -f html -t html
<table>
<tr><td style="padding-right:4px;text-align:right">a</td></tr>
</table>
^D
<table>
<tbody>
<tr>
<td style="text-align: right; padding-right: 4px;">a</td>
</tr>
</tbody>
</table>
```