packages feed

pandoc-3.10: test/command/3487.md

```
% pandoc -f html -t markdown
Some text
<ul>
<li>element</li>
</ul>
^D
Some text

- element
```