diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/5476.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/command/5476.md b/test/command/5476.md new file mode 100644 index 000000000..6e744f5ec --- /dev/null +++ b/test/command/5476.md @@ -0,0 +1,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} +``` + |