mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-10 19:37:12 +00:00
632e3c1809
In 3.1.7, pandoc added two labels to LaTeX figure environments, one with a phantomsection. Closes #9045.
143 B
143 B
% pandoc -t latex
{#foo}
^D
\begin{figure}
\centering
\includegraphics{there.jpg}
\caption{hi}\label{foo}
\end{figure}