1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Header 1 ("hello",[],[]) [Str "Hello"]
,Header 2 ("there",[],[]) [Str "There"]
,Table ("",[],[]) (Caption Nothing
[])
[(AlignDefault,ColWidth 5.555555555555555e-2)]
(TableHead ("",[],[])
[])
[(TableBody ("",[],[]) (RowHeadColumns 0)
[]
[Row ("",[],[])
[Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "1"]]]])]
(TableFoot ("",[],[])
[])]
|