aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Util.hs
AgeCommit message (Expand)Author
2025-11-24Support pptx (PowerPoint) as an input format.Anton Antich
2025-03-19T.P.Readers.Docx.Util: use xml-lights's `onlyElems`...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-12-11Whitespace fix.John MacFarlane
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-11-28Correct comment.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-09-27Fix small whitespace things.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-05-28Docx reader: Support new table features.Emily Bourke
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-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2017-10-27hlint suggestions.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-03Docx reader: handle local namespace declarations.John MacFarlane
2016-11-02Docx reader utils: handle empty namespace in elemNameJesse Rosenthal
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-03-01Started moving StyleMap out of writer codeNikolay Yakimov