packages feed

pandoc-2.18: test/command/7181.md

```
% pandoc -t latex
![Global frog population.](slides.pdf){page=13,trim=1cm,clip,width=4cm}
^D
\begin{figure}
\centering
\includegraphics[page=13,trim=1cm,clip,width=4cm]{slides.pdf}
\caption{Global frog population.}
\end{figure}

```