a20323033e
Regression! The fix for #4683 broke this case.
12 lines
199 B
Markdown
12 lines
199 B
Markdown
```
|
|
% 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}
|
|
```
|
|
|