aboutsummaryrefslogtreecommitdiff
path: root/test/command/8219.md
blob: 0d1ed8b1d3cc3ed26e6e38934bc194bb33f77af1 (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()
\endfirsthead
\endhead
\bottomrule()
\endlastfoot
one & two \\
\end{longtable}
```