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. --- MANUAL.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index d4f922529..3e8e6b0fd 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -259,6 +259,7 @@ header when requesting a document from a URL: - `odt` ([ODT]) - `opml` ([OPML]) - `org` ([Emacs Org mode]) + - `rtf` ([Rich Text Format]) - `rst` ([reStructuredText]) - `t2t` ([txt2tags]) - `textile` ([Textile]) -- cgit v1.2.3