pandoc/test/rtf/heading.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

5 lines
215 B
Text

Pandoc (Meta {unMeta = fromList []})
[Header 1 ("",[],[]) [Str "Heading",Space,Str "1"]
,Header 2 ("",[],[]) [Str "Heading",Space,Str "2"]
,Header 3 ("",[],[]) [Str "Heading",Space,Str "3"]
,Para [Str "Paragraph"]]