mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-13 11:05:55 +00:00
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982.
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
Pandoc (Meta {unMeta = fromList []})
|
|
[BulletList
|
|
[[Para [Str "one"]]
|
|
,[Para [Str "two"]
|
|
,BulletList
|
|
[[Para [Str "sub"]]]]]
|
|
,BulletList
|
|
[[Para [Str "new",Space,Str "list"]]]]
|