aboutsummaryrefslogtreecommitdiff
path: root/test/command/4513.md
blob: a149a699fc772512cd6390733ec51e2f4ac5e79c (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
33
```
% pandoc -f textile -t native
|_. heading 1 |_. heading 2|
^D
[ Table
  ( "", [], [] )
  ( Caption Nothing [] )
  [
    ( AlignDefault, ColWidthDefault )
  ,
    ( AlignDefault, ColWidthDefault )
  ]
  ( TableHead
    ( "", [], [] )
    [ Row
      ( "", [], [] )
      [ Cell
        ( "", [], [] ) AlignDefault
        ( RowSpan 1 )
        ( ColSpan 1 )
        [ Plain [ Str "heading", Space, Str "1" ] ]
      , Cell
        ( "", [], [] ) AlignDefault
        ( RowSpan 1 )
        ( ColSpan 1 )
        [ Plain [ Str "heading", Space, Str "2" ] ]
      ]
    ]
  )
  [ TableBody ( "", [], [] ) ( RowHeadColumns 0 ) [] [] ]
  ( TableFoot ( "", [], [] ) [] )
]
```