6543b05116
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982.
8 lines
182 B
Text
8 lines
182 B
Text
Pandoc (Meta {unMeta = fromList []})
|
|
[BulletList
|
|
[[Para [Str "one"]]
|
|
,[Para [Str "two"]
|
|
,BulletList
|
|
[[Para [Str "sub"]]]]]
|
|
,BulletList
|
|
[[Para [Str "new",Space,Str "list"]]]]
|