packages feed

pandoc-3.2.1: test/command/9809.md

```
% pandoc -f html -t native
<ul>
  <li>Bullet point.</li>
  <p>Nested line.</p>
</ul>
^D
[ BulletList
    [ [ Para [ Str "Bullet" , Space , Str "point." ]
      , Para [ Str "Nested" , Space , Str "line." ]
      ]
    ]
]
```