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