pandoc/tests/docx.lists.native
Jesse Rosenthal f928e4c8dc Add DocX automated tests.
Note this makes use of input and output files in the tests/ dir.
2014-06-16 07:18:40 -04:00

18 lines
600 B
Text

[Header 2 ("",[],[]) [Str "Some",Space,Str "nested",Space,Str "lists"]
,OrderedList (1,Decimal,Period)
[[Para [Str "one"]]
,[Para [Str "two"]
,OrderedList (1,LowerAlpha,DefaultDelim)
[[Para [Str "a"]]
,[Para [Str "b"]]]]]
,BulletList
[[Para [Str "one"]]
,[Para [Str "two"]
,BulletList
[[Para [Str "three"]
,BulletList
[[Para [Str "four"]
,Para [Str "Sub",Space,Str "paragraph"]]]]]]
,[Para [Str "Same",Space,Str "list"]]]
,BulletList
[[Para [Str "Different",Space,Str "list",Space,Str "adjacent",Space,Str "to",Space,Str "the",Space,Str "one",Space,Str "above."]]]]