aboutsummaryrefslogtreecommitdiff
path: root/test/command/5711.md
blob: 5758138f9a6c7fb9fed07b8f6ffb40f534afd340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
```
% 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,ColWidthDefault)]
 (TableHead ("",[],[])
 [])
 [(TableBody ("",[],[]) (RowHeadColumns 0)
  []
  [Row ("",[],[])
   [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
    [Plain [Str "d",LineBreak,Str "e"]]]])]
 (TableFoot ("",[],[])
 [])]
```