pandoc-3.0: test/command/8219.md
```
% pandoc -f html -t latex
<table id="test">
<tr><td>one</td><td>two</td></tr>
</table>
^D
\begin{longtable}[]{@{}ll@{}}
\caption{}\label{test}\tabularnewline
\toprule\noalign{}
\endfirsthead
\endhead
\bottomrule\noalign{}
\endlastfoot
one & two \\
\end{longtable}
```