aboutsummaryrefslogtreecommitdiff
path: root/test/dokuwiki_multiblock_table.native
blob: 677f0bc6de92ec4e39abd8d3083857c05cc41770 (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
34
[Table ("",[],[]) (Caption Nothing
 [Para [Str "Sample",Space,Str "grid",Space,Str "table."]]) [(AlignDefault,Just 0.2222222222222222),(AlignDefault,Just 0.2222222222222222),(AlignDefault,Just 0.2916666666666667)] 0
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Plain [Str "Fruit"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Plain [Str "Price"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Plain [Str "Advantages"]]]]
 [Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Para [Str "Bananas"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Para [Str "$1.34"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Para [Str "built-in",Space,Str "wrapper"]
   ,Para [Str "potassium"]]]
 ,Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Para [Str "Oranges"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Para [Str "$2.10"]]
  ,Cell ("",[],[]) Nothing 1 1
   [BulletList
    [[Plain [Str "cures",Space,Str "scurvy"]]
    ,[Plain [Str "tasty"]]]]]
 ,Row ("",[],[])
  [Cell ("",[],[]) Nothing 1 1
   [Para [Str "Apples"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Para [Str "$1.10"]]
  ,Cell ("",[],[]) Nothing 1 1
   [Para [Str "Some",Space,Str "text",LineBreak,LineBreak,Str "after",Space,Str "two",Space,Str "linebreaks"]]]]
 []]