aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-28Use `splitDirectories` istead of `splitPath`.John MacFarlane1-1/+1
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke1-0/+4
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke1-106/+141
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke1-21/+6
2021-09-30Docx reader: Add placeholder for word diagramEzwal1-0/+14
2021-08-19Improve docx reader's robustness in extracting images.John MacFarlane1-5/+6
2021-06-12Docx reader: handle absolute URIs in Relationship Target.John MacFarlane1-5/+11
2021-05-28Docx reader: Support new table features.Emily Bourke1-13/+100
2021-05-28Docx reader: Read table column widths.Emily Bourke1-1/+1
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-2/+9
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane1-7/+7
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-88/+75
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-7/+14
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro1-7/+7
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-9/+3
2020-07-13[Docx Reader] Only use bCs/iCs on runs with rtl or cs propertyNikolay Yakimov1-0/+3
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-2/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-85/+86
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal1-0/+3
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov1-257/+3
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov1-95/+188
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov1-18/+14
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane1-3/+8
2019-03-01Remove license boilerplate.John MacFarlane1-19/+0
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal1-3/+3
2019-02-08Docx reader: fix paths in archive to prevent Windows failureJesse Rosenthal1-1/+6
2019-02-07Revert "Docx reader: Fix windows error"Jesse Rosenthal1-2/+1
2019-02-07Docx reader: Fix windows errorJesse Rosenthal1-1/+2
2019-02-07Docx reader: Some code cleanupJesse Rosenthal1-15/+25
2019-02-07Docx reader: Extend dynamic xml location to detecting relationshipsJesse Rosenthal1-12/+19
2019-02-06Docx reader: Dynamically determine document.xml path.Jesse Rosenthal1-3/+12
2019-02-06Handle Word files generated by Microsoft Word Online.John MacFarlane1-0/+2
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-12-10Docx: handle level overrides.Jesse Rosenthal1-6/+17
2018-12-10Docx: add a levelOverride type.Jesse Rosenthal1-3/+20
2018-12-10Docx writer: Make Level into a real type.Jesse Rosenthal1-3/+5
2018-10-04Docx reader: trigger bold/italic with bCs, iCs.John MacFarlane1-2/+4
2018-08-10Avoid non-exhaustive pattern match.John MacFarlane1-2/+3
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-2/+2
2018-03-13Docx reader: Parse nested smart tags.Jesse Rosenthal1-14/+11
2018-02-28Docx reader: Handle nested sdt tags.Jesse Rosenthal1-1/+1
2018-01-19hlint code improvements.John MacFarlane1-7/+4
2018-01-16Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal1-5/+13
2018-01-16Docx reader: Parse fldChar tagsJesse Rosenthal1-5/+81
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2018-01-02Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal1-15/+27