mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
28e01fac74
Closes #6095.
13 lines
243 B
Markdown
13 lines
243 B
Markdown
```
|
|
% 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}
|
|
```
|
|
|