aboutsummaryrefslogtreecommitdiff
path: root/test/command/5711.md
blob: b7039dc913feaf208eea2a977ebd539ce302a9b7 (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
```
% 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 ( "", [], [] ) [] )
]
```