aboutsummaryrefslogtreecommitdiff
path: root/test/rtf/list_simple.native
blob: 9281b285a82d879adcba05b06d35f35af4df2869 (plain)
1
2
3
4
5
6
7
8
Pandoc (Meta {unMeta = fromList []})
[BulletList
 [[Para [Str "one"]]
 ,[Para [Str "two"]
  ,BulletList
   [[Para [Str "sub"]]]]]
,BulletList
 [[Para [Str "new",Space,Str "list"]]]]