aboutsummaryrefslogtreecommitdiff
path: root/test/command/5476.md
blob: 6e744f5ecc1ee2058937574853a1e48ce6a99aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
```
% 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}
```