pandoc-crossref-0.3.20: test/m2m/secLabels/expect.tex
\section{a First Level Section}\label{first-level-section}
\subsection{a.a Second Level Section}\label{second-level-section}
\begin{figure}
\centering
\pandocbounded{\includegraphics[keepaspectratio,alt={my figure}]{myfig.png}}
\caption{my figure}\label{fig:myfig}
\end{figure}
\subsection{a.b Other Second Level
Section}\label{other-second-level-section}
\begin{longtable}[]{@{}lll@{}}
\caption{\label{tbl:mytable}My table}\tabularnewline
\toprule\noalign{}
a & b & c \\
\midrule\noalign{}
\endfirsthead
\toprule\noalign{}
a & b & c \\
\midrule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
1 & 2 & 3 \\
4 & 5 & 6 \\
\end{longtable}