aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RTF.hs
AgeCommit message (Expand)AuthorFilesLines
2021-09-10Remove redundant import.John MacFarlane1-1/+1
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane1-11/+22
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane1-8/+8
2021-09-04Minor renaming to avoid shadowing.John MacFarlane1-2/+2
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane1-1/+7
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane1-0/+1
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane1-1/+1
2021-08-10Add RTF reader.John MacFarlane1-0/+1333