aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
AgeCommit message (Expand)Author
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
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal
2019-02-08Docx reader: fix paths in archive to prevent Windows failureJesse Rosenthal
2019-02-07Revert "Docx reader: Fix windows error"Jesse Rosenthal
2019-02-07Docx reader: Fix windows errorJesse Rosenthal
2019-02-07Docx reader: Some code cleanupJesse Rosenthal
2019-02-07Docx reader: Extend dynamic xml location to detecting relationshipsJesse Rosenthal
2019-02-06Docx reader: Dynamically determine document.xml path.Jesse Rosenthal
2019-02-06Handle Word files generated by Microsoft Word Online.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane
2018-12-10Docx: handle level overrides.Jesse Rosenthal
2018-12-10Docx: add a levelOverride type.Jesse Rosenthal
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal
2018-10-04Docx reader: trigger bold/italic with bCs, iCs.John MacFarlane
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane
2018-08-10Avoid a non-exhaustive pattern match.John MacFarlane
2018-07-02Spellcheck commentsAlexander Krotov
2018-04-17Docx reader: Combine codeBlocksJesse Rosenthal
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-03-17hlint fixes.John MacFarlane
2018-03-13Docx reader: Parse nested smart tags.Jesse Rosenthal
2018-02-28Docx reader: Handle nested sdt tags.Jesse Rosenthal
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
2018-01-16Docx reader: Parse fldChar tagsJesse Rosenthal
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-02Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal
2018-01-02Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal
2017-12-27Docx Reader: preprocess Document body to unwrap "w:sdt" elementsJesse Rosenthal
2017-10-29Source code reformatting.John MacFarlane
2017-10-28Fix warning for older GHC versions.John MacFarlane