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