aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RTF.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane1-1/+1
Closes #7488.
2021-08-10Add RTF reader.John MacFarlane1-0/+1333
- `rtf` is now supported as an input format as well as output. - New module Text.Pandoc.Readers.RTF (exporting `readRTF`). [API change] Closes #3982.