pandoc/test/rtf/list_simple.native
John MacFarlane 6543b05116 Add RTF reader.
- `rtf` is now supported as an input format as well as output.
- New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change]

Closes #3982.
2021-08-10 10:48:55 -07:00

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"]]]]