pandoc/test/rtf/list_simple.native

11 lines
247 B
Text
Raw Permalink Normal View History

Pandoc
Meta { unMeta = fromList [] }
[ BulletList
[ [ Para [ Str "one" ] ]
, [ Para [ Str "two" ]
, BulletList [ [ Para [ Str "sub" ] ] ]
]
]
, BulletList [ [ Para [ Str "new" , Space , Str "list" ] ] ]
]