pandoc-crossref-0.3.22: test/m2m/setLabelAttribute/expect.tex
\section{Section}\label{section}
\begin{figure}
\centering
\pandocbounded{\includegraphics[keepaspectratio,alt={Figure}]{./image.png}}
\caption{Figure}\label{fig:1}
\end{figure}
\begin{equation}\protect\phantomsection\label{eq:1}{equation}\end{equation}
\begin{longtable}[]{@{}ll@{}}
\caption{Table}\label{tbl:1}\tabularnewline
\toprule\noalign{}
a & b \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
a & b \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
1 & 2 \\
\end{longtable}
\begin{codelisting}
\caption{Code Listing}\label{lst:1}
\begin{verbatim}
code
\end{verbatim}
\end{codelisting}
\subsection{Section}\label{section-1}
fig.~\ref{fig:1}
eq.~\ref{eq:1}
tbl.~\ref{tbl:1}
lst.~\ref{lst:1}