packages feed

pandoc-3.7: test/command/10758.md

```
% pandoc -f native -t markdown
[ Figure
    ( "" , [] , [] )
    (Caption
       Nothing
       [ Para [ Str "Foo" , Space , Emph [ Str "emphasis" ] ] ])
    [ Plain
        [ Image
            ( ""
            , []
            , []
            )
            [ Str "Foo" , Space , Str "emphasis" ]
            ( "media/rId20.jpg" , "" )
        ]
    ]
]
^D
![Foo *emphasis*](media/rId20.jpg)
```