packages feed

pandoc-3.2.1: test/command/9045.md

```
% pandoc -t latex
![hi](there.jpg){#foo}
^D
\begin{figure}
\centering
\pandocbounded{\includegraphics[keepaspectratio]{there.jpg}}
\caption{hi}\label{foo}
\end{figure}
```