From 6543b05116ee58ef4de62f93dcafeb27617d83e6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 30 Jul 2021 17:23:46 -0600 Subject: 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. --- test/rtf/link.native | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/rtf/link.native (limited to 'test/rtf/link.native') diff --git a/test/rtf/link.native b/test/rtf/link.native new file mode 100644 index 000000000..e9e08dc86 --- /dev/null +++ b/test/rtf/link.native @@ -0,0 +1,2 @@ +Pandoc (Meta {unMeta = fromList []}) +[Para [Link ("",[],[]) [Str "pandoc"] ("http://pandoc.org","")]] -- cgit v1.2.3