index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
RTF.hs
Age
Commit message (
Expand
)
Author
2026-01-02
RTF reader: Improve hyperlink parsing more (#11370)
Tuong Nguyen Manh
2025-12-29
RTF reader: fix bug where list items were...
John MacFarlane
2025-12-27
RTF reader: Ensure new paragraph on \pard (#11361)
Tuong Nguyen Manh
2025-12-12
Fix imports to avoid warning about foldl'.
John MacFarlane
2025-10-13
RTF reader: improve hyperlink parsing.
John MacFarlane
2024-09-29
Stop depending on package SHA
Albert Krewinkel
2024-09-03
RTF reader: handle images inside shp contexts.
John MacFarlane
2024-07-27
RTF reader: handle `\*\shppict` without dropping image.
John MacFarlane
2024-04-25
Update copyright dates to 2024.
John MacFarlane
2024-04-22
RTF reader: don't try to handle non-default code pages.
John MacFarlane
2024-04-22
Revert "Depend on encoding and begin to implement code pages in RTF reader."
John MacFarlane
2024-04-22
Revert "RTF reader: remove debugging trace left in by accident."
John MacFarlane
2024-04-22
RTF reader: remove debugging trace left in by accident.
John MacFarlane
2024-04-22
Depend on encoding and begin to implement code pages in RTF reader.
John MacFarlane
2024-04-22
RTF reader: more changes to handle different ANSI code pages.
John MacFarlane
2024-04-22
RTF reader: internal refactoring.
John MacFarlane
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