aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Fields.hs
AgeCommit message (Expand)Author
2025-11-30Docx reader: Handle REF link instruction (#11296)Ezwal
2024-12-07Docx reader: handle `\b`, `\i`, `\y` modifiers in `XE` index entries.John MacFarlane
2024-12-05Docx reader: improve index reference support.John MacFarlane
2024-12-05Docx reader: parse index references as empty Spans.John MacFarlane
2023-12-18Docx reader: fix HYPERLINK with only switch and no argument.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-02-04Docx reader: parse EN.CITE and EN.REFLIST fields.John MacFarlane
2022-02-04Support embedded Mendeley citations in docx.John MacFarlane
2022-01-19Docx reader: parse both zotero citation and bibliography...John MacFarlane
2022-01-19Docx reader: add skeleton for parsing zotero ADDINs.John MacFarlane
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-20Docx reader: Use already imported operatorJesse Rosenthal
2018-01-20Docx reader: small change to Fields hyperlink parserJesse Rosenthal
2018-01-19hlint code improvements.John MacFarlane
2018-01-16Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal