aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx
AgeCommit message (Expand)AuthorFilesLines
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 Krewinkel6-7/+44
2018-12-17Replace read with safeRead. Closes #5162.John MacFarlane1-4/+4
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-08-10Avoid a non-exhaustive pattern match.John MacFarlane1-3/+2
2018-07-02Spellcheck commentsAlexander Krotov1-1/+1
2018-04-17Docx reader: Combine codeBlocksJesse Rosenthal1-0/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane6-0/+12
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-20Docx reader: Use already imported operatorJesse Rosenthal1-1/+1
2018-01-20Docx reader: small change to Fields hyperlink parserJesse Rosenthal1-1/+1
2018-01-19hlint code improvements.John MacFarlane3-15/+12
2018-01-16Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal2-5/+102
2018-01-16Docx reader: Parse fldChar tagsJesse Rosenthal1-5/+81
2018-01-05Update copyright notices to include 2018Albert Krewinkel2-4/+4
2018-01-02Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal1-15/+27
2018-01-02Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal1-4/+17
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal1-5/+9
2017-12-27Docx Reader: preprocess Document body to unwrap "w:sdt" elementsJesse Rosenthal1-1/+31
2017-10-29Source code reformatting.John MacFarlane1-1/+1
2017-10-28Fix warning for older GHC versions.John MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane3-18/+11
2017-10-27hlint changes.John MacFarlane3-63/+55
2017-08-06Docx reader: Avoid 0-level headers.Jesse Rosenthal1-6/+5
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane2-2/+2
2017-05-13Update dates in copyright noticesAlbert Krewinkel2-4/+4
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane5-78/+81
2017-02-03Docx reader: handle local namespace declarations.John MacFarlane2-107/+127
2017-02-03Docx reader: Don't drop smartTag contents.John MacFarlane1-0/+5
2017-01-25Deleted whitespace at end of source lines.John MacFarlane1-1/+1
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane2-243/+1
2016-11-10Docx reader: add a placeholder value for CHART.Jesse Rosenthal1-0/+14
2016-11-10Docx reader: Be more specific in parsing imagesJesse Rosenthal1-6/+10
2016-11-02Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal1-16/+14
2016-11-02Docx reader: Handle Alt text and titles in images.Jesse Rosenthal1-7/+24
2016-11-02Docx reader utils: handle empty namespace in elemNameJesse Rosenthal1-1/+2
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-16/+4
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal1-4/+1
2016-08-28Docx reader: update copyright.Jesse Rosenthal2-4/+4
2016-08-15StyleMap: export functions on StyleMap instancesJesse Rosenthal1-0/+2
2016-08-13Docx parser: Use xml convenience functionsJesse Rosenthal1-38/+27
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal1-1/+57
2016-04-15Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal1-2/+2
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal1-14/+37