aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke1-0/+1
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke1-9/+9
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke1-32/+34
2021-09-30Docx reader: Add placeholder for word diagramEzwal1-0/+3
2021-05-28Docx reader: Support new table features.Emily Bourke1-36/+56
2021-05-28Docx reader: Read table column widths.Emily Bourke1-2/+3
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane1-5/+1
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-5/+3
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro1-5/+10
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane1-2/+2
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-5/+5
2020-07-13[Docx Reader] Only use bCs/iCs on runs with rtl or cs propertyNikolay Yakimov1-49/+44
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-1/+1
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-6/+13
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-10/+10
2020-03-29Clean up and simplify Text.Pandoc.Readers.Docx (#6225)Joseph C. Sible1-61/+43
2020-03-29Docx reader: better error messages.John MacFarlane1-8/+12
2020-03-28More cleanup (#6209)Joseph C. Sible1-4/+3
2020-03-28Simplify fixAuthors (#6223)Joseph C. Sible1-6/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+2
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-3/+3
2020-02-03Clean up a confusing triple negative (#6102)Joseph C. Sible1-5/+5
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-37/+39
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal1-2/+10
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane1-1/+8
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov1-78/+84
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov1-45/+25
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane1-1/+11
2019-03-27Drop support for ghc < 8.John MacFarlane1-3/+0
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal1-1/+1
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-3/+7
2018-04-05Changes to tests to accommodate changes in pandoc-types.John MacFarlane1-1/+5
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+1
2018-03-13Docx reader: Parse nested smart tags.Jesse Rosenthal1-2/+0
2018-03-12Docx reader: remove unused docxWarningsAlexander Krotov1-2/+0
2018-02-23Docx reader: code cleanup.Jesse Rosenthal1-10/+9
2018-02-23Docx reader: simplify custom-style reading code.Jesse Rosenthal1-41/+23
2018-02-23Docx reader: Don't look up dependant run styles if +styles is enabled.Jesse Rosenthal1-36/+39
2018-02-22Docx reader: Move pandoc inline styling inside custom-style spanJesse Rosenthal1-7/+7
2018-02-22Docx reader: Avoid repeated spans in custom styles.Jesse Rosenthal1-10/+20
2018-02-22Docx reader: read custom stylesJesse Rosenthal1-60/+96
2018-02-15Docx reader: Pick table width from the longest row or headerdanse1-5/+9
2018-01-19hlint code improvements.John MacFarlane1-9/+7
2018-01-16Docx reader: Parse hyperlinks in instrText tagsJesse Rosenthal1-2/+4