mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 14:15:40 +00:00
11 lines
185 B
Markdown
11 lines
185 B
Markdown
```
|
|
% pandoc -t latex
|
|
{#foo}
|
|
^D
|
|
\begin{figure}
|
|
\centering
|
|
\pandocbounded{\includegraphics[keepaspectratio,alt={hi}]{there.jpg}}
|
|
\caption{hi}\label{foo}
|
|
\end{figure}
|
|
```
|