aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane1-3/+2
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke1-0/+4
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke1-0/+25
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke1-106/+141
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke2-21/+32
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 Bourke2-13/+107
2021-05-28Docx reader: Read table column widths.Emily Bourke1-1/+1
2021-05-25Allow compilation with base 4.15Albert Krewinkel1-3/+3
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-2/+9
2021-03-15Use foldl' instead of foldl everywhere.John MacFarlane1-2/+2
2021-02-17Docx reader: use Map instead of list for Namespaces.John MacFarlane2-20/+20
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane3-118/+103
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane2-19/+30
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel2-2/+2
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
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-13Merge pull request #6527 from lierdakil/fix-6514John MacFarlane2-6/+15
2020-07-13[Docx Reader] Only use bCs/iCs on runs with rtl or cs propertyNikolay Yakimov2-6/+15
2020-07-07[Docx Reader] Use null instead of isEmpty in Readers.Docx.CombineNikolay Yakimov1-9/+5
2020-07-07[Docx Reader] Remove unused LANGUAGE from Readers.Docx.CombineNikolay Yakimov1-2/+0
2020-07-07[Docx Reader] Remove no-op stack/unstackInlines in Readers.Docx.CombineNikolay Yakimov1-6/+4
2020-07-07[Docx Reader] Get rid of unused NullModifier in Readers.Docx.CombineNikolay Yakimov1-18/+15
2020-07-07[Docx Reader] Refactor/update smushInlinesNikolay Yakimov1-44/+32
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel6-12/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel6-8/+8
2020-02-08Use <$> instead of >>= and return (#6128)Joseph C. Sible1-1/+1
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible1-2/+2
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-2/+2
2020-02-07Resolve HLint warningsAlbert Krewinkel1-1/+0
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].despresc6-127/+148
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal2-0/+4
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov3-380/+307
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov2-105/+203
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 MacFarlane3-55/+0
2019-02-21Docx reader: Start adding comment to combine moduleJesse Rosenthal1-0/+40
2019-02-18Docx reader: Trim space inside the last inline.Jesse Rosenthal1-1/+2
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