packages feed

pandoc-3.10: test/command/11635.md

```
% pandoc -f man -t html
.TH "TEST" "1" "2026-05-08"  "test v1.0.0" "test manual"
.SH HEADING
.TS
tab(;);
l l.
this is a table element \
written in two lines;abcdefg
another \
one;123456
.TE
^D
<h1 id="heading">HEADING</h1>
<table>
<tbody>
<tr>
<td style="text-align: left;">this is a table element written in two
lines</td>
<td style="text-align: left;">abcdefg</td>
</tr>
<tr>
<td style="text-align: left;">another one</td>
<td style="text-align: left;">123456</td>
</tr>
</tbody>
</table>
```