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