mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
75d013f73e
Closes #9388.
471 B
471 B
% 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" , "" )
]
]
]