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