aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
AgeCommit message (Expand)AuthorFilesLines
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-9/+3
2020-07-13Merge pull request #6527 from lierdakil/fix-6514John MacFarlane2-6/+15
2020-07-13[Docx Reader] Only use bCs/iCs on runs with rtl or cs propertyNikolay Yakimov2-6/+15
2020-07-07[Docx Reader] Use null instead of isEmpty in Readers.Docx.CombineNikolay Yakimov1-9/+5
2020-07-07[Docx Reader] Remove unused LANGUAGE from Readers.Docx.CombineNikolay Yakimov1-2/+0
2020-07-07[Docx Reader] Remove no-op stack/unstackInlines in Readers.Docx.CombineNikolay Yakimov1-6/+4
2020-07-07[Docx Reader] Get rid of unused NullModifier in Readers.Docx.CombineNikolay Yakimov1-18/+15
2020-07-07[Docx Reader] Refactor/update smushInlinesNikolay Yakimov1-44/+32
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel6-12/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel6-8/+8
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible1-2/+2
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+0
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-2/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc6-127/+148
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal2-0/+4
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov3-380/+307
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov2-105/+203
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov1-18/+14
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane1-3/+8
2019-03-01Remove license boilerplate.John MacFarlane3-55/+0
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal1-0/+40
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal1-1/+2
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal1-3/+3
2019-02-08Docx reader: fix paths in archive to prevent Windows failureJesse Rosenthal1-1/+6
2019-02-07Revert "Docx reader: Fix windows error"Jesse Rosenthal1-2/+1
2019-02-07Docx reader: Fix windows errorJesse Rosenthal1-1/+2
2019-02-07Docx reader: Some code cleanupJesse Rosenthal1-15/+25
2019-02-07Docx reader: Extend dynamic xml location to detecting relationshipsJesse Rosenthal1-12/+19
2019-02-06Docx reader: Dynamically determine document.xml path.Jesse Rosenthal1-3/+12
2019-02-06Handle Word files generated by Microsoft Word Online.John MacFarlane1-0/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel6-7/+44
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane1-4/+4
2018-12-10Docx: handle level overrides.Jesse Rosenthal1-6/+17
2018-12-10Docx: add a levelOverride type.Jesse Rosenthal1-3/+20
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal1-3/+5
2018-10-04Docx reader: trigger bold/italic with bCs, iCs.John MacFarlane1-2/+4
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-2/+3
2018-08-10Avoid a non-exhaustive pattern match.John MacFarlane1-3/+2
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-04-17Docx reader: Combine codeBlocksJesse Rosenthal1-0/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane6-0/+12
2018-03-17hlint fixes.John MacFarlane1-2/+2
2018-03-13Docx reader: Parse nested smart tags.Jesse Rosenthal1-14/+11
2018-02-28Docx reader: Handle nested sdt tags.Jesse Rosenthal1-1/+1
2018-01-20Docx reader: Use already imported operatorJesse Rosenthal1-1/+1
2018-01-20Docx reader: small change to Fields hyperlink parserJesse Rosenthal1-1/+1
2018-01-19hlint code improvements.John MacFarlane3-15/+12
2018-01-16Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal2-5/+102