aboutsummaryrefslogtreecommitdiff
path: root/test/command/5711.md
blob: 1311730794d24ebae654a1b14d664d7eec52a707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
```
% 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 ( "" , [] , [] ) [])
]
```