Files
2025-05-26 20:29:20 -07:00

185 B

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