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
/
Docx
/
Fields.hs
Age
Commit message (
Expand
)
Author
2023-12-18
Docx reader: fix HYPERLINK with only switch and no argument.
John MacFarlane
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-02-04
Docx reader: parse EN.CITE and EN.REFLIST fields.
John MacFarlane
2022-02-04
Support embedded Mendeley citations in docx.
John MacFarlane
2022-01-19
Docx reader: parse both zotero citation and bibliography...
John MacFarlane
2022-01-19
Docx reader: add skeleton for parsing zotero ADDINs.
John MacFarlane
2021-10-18
Docx parser: implement PAGEREF fields
Milan Bracke
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-08
Use <$> instead of >>= and return (#6128)
Joseph C. Sible
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-03-01
Remove license boilerplate.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-01-20
Docx reader: Use already imported operator
Jesse Rosenthal
2018-01-20
Docx reader: small change to Fields hyperlink parser
Jesse Rosenthal
2018-01-19
hlint code improvements.
John MacFarlane
2018-01-16
Docx reader: Parse instrText info in fldChar tags.
Jesse Rosenthal