packages feed

pandoc-3.6.4: test/command/10621.md

```
% pandoc -f markdown -t html
[test](url
"title")
^D
<p><a href="url" title="title">test</a></p>
```