mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
Notice this commit updates lists.docx. The old test file contained references to "ListParagraph" style, which should never leak outside of pandoc, so I'm not sure what that was supposed to test for exactly.
19 lines
618 B
Plaintext
19 lines
618 B
Plaintext
[Header 2 ("some-nested-lists",[],[]) [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
|
|
[[Plain [Str "Different",Space,Str "list",Space,Str "adjacent",Space,Str "to",Space,Str "the",Space,Str "one",Space,Str "above."]]]]
|