packages feed

pandoc-3.10: test/command/3733.md

````
% pandoc -t native
- Item1
- Item2
```yaml
some: code
```
^D
[ BulletList
    [ [ Plain [ Str "Item1" ] ] , [ Plain [ Str "Item2" ] ] ]
, CodeBlock ( "" , [ "yaml" ] , [] ) "some: code"
]
````