summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
AgeCommit message (Expand)Author
2024-02-28Docx reader: avoid emitting empty paragraph where caption was.John MacFarlane
2023-08-14Docx reader: Avoid spurious block quotes in list items.John MacFarlane
2023-05-08Introduce support for Intense Quote in Docx conversionStephan Meijer
2022-12-11Docx reader: fix handling of oMathPara in w:p with other content.John MacFarlane
2022-11-19Docx reader: Support parsing of highlighted text.John MacFarlane
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-08-30Docx reader: mark unnumbered headings with class 'unnumbered'Albert Krewinkel
2022-06-22Ensure that metadata values w/o trailing newlines are...John MacFarlane
2022-02-04Docx zotero/mendeley/endnote: add comma before locator in suffix.John MacFarlane
2022-02-04Got endnote citations working in docx...John MacFarlane
2022-02-04Docx reader: skeleton for endnote citation ADDINs.John MacFarlane
2022-02-04Support embedded Mendeley citations in docx.John MacFarlane
2022-02-03Docx reader: add bibliographic entries for zotero ADDIN.John MacFarlane
2022-02-03Improve locators for docx Zotero citations.John MacFarlane
2022-02-03Enable `citations` extension for docx reader.John MacFarlane
2022-02-03Docx reader: Parse CSL JSON in Zotero addin.John MacFarlane
2022-02-03Docx reader: add more framework for Zotero citations.John MacFarlane
2021-12-30Docx reader: change elemToParPart to return [ParPart]John MacFarlane
2021-12-30Fix ghc 9.2.1 warnings.John MacFarlane
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke
2021-09-30Docx reader: Add placeholder for word diagramEzwal
2021-05-28Docx reader: Support new table features.Emily Bourke
2021-05-28Docx reader: Read table column widths.Emily Bourke
2021-03-19Docx reader: Don't reimplement NonEmpty.John MacFarlane
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
2020-09-19Change deprecated Builder.isNull to null.John MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-07-13[Docx Reader] Only use bCs/iCs on runs with rtl or cs propertyNikolay Yakimov
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-29Clean up and simplify Text.Pandoc.Readers.Docx (#6225)Joseph C. Sible
2020-03-29Docx reader: better error messages.John MacFarlane
2020-03-28More cleanup (#6209)Joseph C. Sible
2020-03-28Simplify fixAuthors (#6223)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2020-02-03Clean up a confusing triple negative (#6102)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-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov