packages feed

pandoc-3.10.1: test/command/11762.md

```
% pandoc -f native -t commonmark | pandoc -f commonmark -t native
[ OrderedList
    ( 1 , Decimal , Period )
    [ [ CodeBlock ( "" , [] , [] ) "hi" ] ]
]
^D
[ OrderedList
    ( 1 , Decimal , Period )
    [ [ CodeBlock ( "" , [] , [] ) "hi" ] ]
]
```