packages feed

pandoc-3.10: test/command/8254.md

```
% pandoc -t native
Wow![@legras_michel_2010]
^D
[ Para
    [ Str "Wow!"
    , Cite
        [ Citation
            { citationId = "legras_michel_2010"
            , citationPrefix = []
            , citationSuffix = []
            , citationMode = NormalCitation
            , citationNoteNum = 2
            , citationHash = 0
            }
        ]
        [ Str "[@legras_michel_2010]" ]
    ]
]
```