pandoc/test/command/5711.md
2020-04-15 23:03:22 -04:00

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"]]]]
[]]
```