aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/lists/input.native
blob: 61249c7fe08b116950fc523341249403fa3cafef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Header 1 ("lists",[],[]) [Str "Lists"]
,BulletList
 [[Para [Str "Bulleted",Space,Str "bulleted",Space,Str "lists."]]
 ,[Para [Str "And",Space,Str "go",Space,Str "to",Space,Str "arbitrary",Space,Str "depth."]
  ,BulletList
   [[Para [Str "Like",Space,Str "this"]
    ,BulletList
     [[Plain [Str "Or",Space,Str "this"]]]]
   ,[Para [Str "Back",Space,Str "to",Space,Str "here."]]]]]
,Header 1 ("lists-continued",[],[]) [Str "Lists",Space,Str "(continued)"]
,Para [Str "Lists",Space,Str "can",Space,Str "also",Space,Str "be",Space,Str "numbered:"]
,OrderedList (1,Decimal,Period)
 [[Para [Str "Tomatoes"]]
 ,[Para [Str "Potatoes",Space,Str "of",Space,Str "various",Space,Str "sorts"]
  ,OrderedList (1,LowerAlpha,Period)
   [[Para [Str "sweet",Space,Str "potatoes"]]
   ,[Para [Str "russet",Space,Str "potates"]]]]
 ,[Para [Str "Tornadoes,",Space,Str "for",Space,Str "the",Space,Str "rhyme."]]]]