packages feed

pandoc-3.2.1: test/command/3667.md

```
% pandoc -f textile
| "link text":http://example.com/ |
^D
<table>
<tbody>
<tr>
<td><a href="http://example.com/">link text</a></td>
</tr>
</tbody>
</table>
```