packages feed

pandoc-3.1.6: test/command/4420.md

```
% pandoc -f native -t rst
[Para [Image ("",["align-right"],[("width","100px")]) [Str "image"] ("foo.png","fig:test")]]
^D
|image|

.. |image| image:: foo.png
   :width: 100px
```