mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-22 16:26:45 +00:00
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}