packages feed

pandoc-3.2.1: test/command/5476.md

```
% pandoc -t latex
![moon^[the moon]](test/lalune.jpg)
^D
\begin{figure}
\centering
\pandocbounded{\includegraphics[keepaspectratio]{test/lalune.jpg}}
\caption[moon]{moon\footnotemark{}}
\end{figure}
\footnotetext{the moon}
```