packages feed

pandoc-3.10: test/command/9908.md

```
% pandoc -f native -t markdown
[ BulletList
    [ [ BlockQuote [ Para [ Str "a" ] , Para [ Str "b" ] ] ] ]
]
^D
- > a
  >
  > b
```