pandoc/test/command/5476.md
John MacFarlane a20323033e Fix footnote in image caption.
Regression!  The fix for #4683 broke this case.
2019-05-01 16:56:37 -07:00

199 B

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