summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
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-12-18Docx reader: fix HYPERLINK with only switch and no argument.John MacFarlane
2023-12-11Whitespace fix.John MacFarlane
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-11-28Docx reader: Improve handling of w:sym.John MacFarlane
2023-11-28Correct comment.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
2023-01-10Update copyright years, it's 2023!Albert 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-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-09-27Fix small whitespace things.John MacFarlane
2022-08-30Docx reader: mark unnumbered headings with class 'unnumbered'Albert Krewinkel
2022-02-04Docx reader: parse EN.CITE and EN.REFLIST fields.John MacFarlane
2022-02-04Support embedded Mendeley citations in docx.John MacFarlane
2022-01-19Docx reader: parse both zotero citation and bibliography...John MacFarlane
2022-01-19Docx reader: add skeleton for parsing zotero ADDINs.John MacFarlane
2022-01-17Fix some haddock errors.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
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-30Fix ghc 9.2.1 warnings.John MacFarlane
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke
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-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-05-25Allow compilation with base 4.15Albert Krewinkel
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane
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
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
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-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-07-13Merge pull request #6527 from lierdakil/fix-6514John MacFarlane