packages feed

pandoc-3.10.2: test/command/11795.md

```
% pandoc -t latex
|
|--|--
|a|b

:   {#foo .unnumbered}
^D
{\def\LTcaptype{none} % do not increment counter
\begin{longtable}[]{@{}ll@{}}
\toprule\noalign{}
\endhead
\bottomrule\noalign{}
\endlastfoot
a & b \\
\end{longtable}
}

```
```
% pandoc -t latex
|
|--|--
|a|b

:   {.float}
^D
{\def\LTcaptype{none} % do not increment counter
\begin{table}[]
\centering
\begin{tabular}{@{}ll@{}}
\toprule\noalign{}
a & b \\
\bottomrule\noalign{}
\end{tabular}
\end{table}
}

```