aboutsummaryrefslogtreecommitdiff
path: root/test/rtf
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Add test for #7488.John MacFarlane2-0/+446
2021-08-10Add RTF reader.John MacFarlane22-0/+894
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982.