19 lines
363 B
Markdown
19 lines
363 B
Markdown
```
|
|
% pandoc -t native -f latex
|
|
\documentclass{article}
|
|
\begin{document}
|
|
\begin{tabular}{c}
|
|
\parbox{2cm}{d\\e}
|
|
\end{tabular}
|
|
\end{document}
|
|
^D
|
|
[Table ("",[],[]) (Caption Nothing
|
|
[]) [(AlignCenter,Nothing)] 0
|
|
[Row ("",[],[])
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
[]]]
|
|
[Row ("",[],[])
|
|
[Cell ("",[],[]) Nothing 1 1
|
|
[Plain [Str "d",LineBreak,Str "e"]]]]
|
|
[]]
|
|
```
|