aboutsummaryrefslogtreecommitdiff
path: root/test/command/8219.md
blob: 57617e5220d08e1abe6f7f98637d5b20d48d4af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% 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}
```