mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
22 lines
471 B
Markdown
22 lines
471 B
Markdown
```
|
|
% pandoc -f latex -t native
|
|
\begin{figure}
|
|
\centering
|
|
\includegraphics[width=0.5\linewidth,height=0.5\textheight]{figures/placeholder}
|
|
\caption{Example figure}
|
|
\end{figure}
|
|
^D
|
|
[ Figure
|
|
( "" , [] , [] )
|
|
(Caption
|
|
Nothing [ Plain [ Str "Example" , Space , Str "figure" ] ])
|
|
[ Plain
|
|
[ Image
|
|
( "" , [] , [ ( "width" , "50%" ) , ( "height" , "50%" ) ] )
|
|
[]
|
|
( "figures/placeholder" , "" )
|
|
]
|
|
]
|
|
]
|
|
```
|