summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse.hs
AgeCommit message (Expand)Author
2024-02-28Docx reader: ensure that table captions are counted.John MacFarlane
2024-02-28Docx reader: detect caption by style name not id.John MacFarlane
2023-12-26fix(docx): support absolute header/footer pathsEdwin Török
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-11-28Docx reader: Improve handling of w:sym.John MacFarlane
2023-08-18Docx reader: omit "Table NN" from caption.John MacFarlane
2023-07-14Docx reader: use SVG version of image if present.John MacFarlane
2023-02-18Docx reader: parse image alt texts in LibreOffice generated filesAlbert Krewinkel
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-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-08-30Docx reader: mark unnumbered headings with class 'unnumbered'Albert Krewinkel
2022-01-17Fix some haddock errors.John MacFarlane
2021-12-30Docx reader: handle multiple pic elements inside a drawing.John MacFarlane
2021-12-30Docx reader: change elemToParPart to return [ParPart]John MacFarlane
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane
2021-10-18Docx reader: fix handling of empty 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-08-19Improve docx reader's robustness in extracting images.John MacFarlane
2021-06-12Docx reader: handle absolute URIs in Relationship Target.John MacFarlane
2021-05-28Docx reader: Support new table features.Emily Bourke
2021-05-28Docx reader: Read table column widths.Emily Bourke
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
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-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
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-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