aboutsummaryrefslogtreecommitdiff
path: root/test/command/5711.md
blob: 2e45d5fa1b1f3a4c5d1f8632ea29736dc4a4996c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
% 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"]]]]
 []]
```