mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-12 10:35:52 +00:00
for resizing figures, table cells, etc. in LaTeX. `\linewidth`, unlike the others, is sensitive to indented environments like lists. Closes #9775.
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=\linewidth,height=2em]{lalune.jpg}