summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RTF.hs
AgeCommit message (Expand)Author
2023-04-14Fix bug in RTF table parsing.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-07-07RTF reader: support `\nosupersub`.John MacFarlane
2022-03-31RTF reader: increased stricness.John MacFarlane
2022-03-30STrictness improvement in RTF reader.John MacFarlane
2022-03-29Fixed two thunk leaks in RTF reader.John MacFarlane
2022-03-25More optimization of RTF reader.John MacFarlane
2022-03-25RTF reader: optimize parsing of unformatted text.John MacFarlane
2022-03-24RTF reader: more memory usage optimizations.John MacFarlane
2022-03-24Small optimizations in RTF reader.John MacFarlane
2022-03-24RTF reader: more efficient parsing of command parameters.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-09-10Remove redundant import.John MacFarlane
2021-09-08RTF reader: support `\binN` for binary image data.John MacFarlane
2021-09-04RTF reader: better handling of `\*` and bookmarks.John MacFarlane
2021-09-04Minor renaming to avoid shadowing.John MacFarlane
2021-09-03RTF reader: if doc begins with {\rtf1 ... } only parse its contents.John MacFarlane
2021-09-03RTF reader: Ignore `\pgdsc` group.John MacFarlane
2021-08-10Fix RTF table parsing bug that created undesired nested tables.John MacFarlane
2021-08-10Add RTF reader.John MacFarlane