25 lines
400 B
Markdown
25 lines
400 B
Markdown
|
```
|
||
|
% pandoc -t latex -f html
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<span>
|
||
|
text
|
||
|
<br />
|
||
|
text2
|
||
|
</span>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
^D
|
||
|
\begin{longtable}[]{@{}
|
||
|
>{\raggedright\arraybackslash}p{(\columnwidth - 0\tabcolsep) * \real{1.00}}@{}}
|
||
|
\toprule
|
||
|
\endhead
|
||
|
{\vtop{\hbox{\strut text}\hbox{\strut text2 }}} \\
|
||
|
\bottomrule
|
||
|
\end{longtable}
|
||
|
```
|