packages feed

pandoc-2.6: test/command/5241.md

```
% pandoc -f markdown -t html5
<textarea>
 one
  *two*
</textarea>
^D
<textarea>
 one
  *two*
</textarea>
```