mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
a58304e00e
depending on file extension of the image path
292 B
292 B
% pandoc -fmarkdown-implicit_figures
{height=2em}
^D
<p><img src="lalune.jpg" style="height:2em" alt="image" /></p>
% pandoc -fmarkdown-implicit_figures -t latex
{height=2em}
^D
\includegraphics[width=\textwidth,height=2em]{lalune.jpg}