Files
John MacFarlane 632e3c1809 LaTeX writer: Fix regression.
In 3.1.7, pandoc added two labels to LaTeX figure environments,
one with a phantomsection.

Closes #9045.
2023-09-01 12:21:55 -07:00

143 B

% pandoc -t latex
![hi](there.jpg){#foo}
^D
\begin{figure}
\centering
\includegraphics{there.jpg}
\caption{hi}\label{foo}
\end{figure}