aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2016-08-28Docx reader: update copyright.Jesse Rosenthal1-2/+2
2016-08-28Docx reader: use all anchor spans for header ids.Jesse Rosenthal1-1/+1
2016-08-28Docx reader: Let headers use exisiting id.Jesse Rosenthal1-6/+10
2016-08-28Docx reader: Handle anchor spans with content in headers.Jesse Rosenthal1-7/+8
2016-06-23Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal1-2/+18
2016-06-23docx reader: enable warnings in top-level readerJesse Rosenthal1-6/+10
2016-06-23Docx reader: add simple comment functionality.Jesse Rosenthal1-0/+16
2016-05-01Docx Reader: Throw PandocError on unzip failureJesse Rosenthal1-4/+5
2016-03-12Add readDocxWithWarningsJesse Rosenthal1-6/+15
2016-03-08Docx reader: update feature checklist.Jesse Rosenthal1-5/+3
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal1-15/+15
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-3/+4
2015-12-13Docx reader: image attributesmb211-4/+11
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal1-2/+2
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-2/+2
2015-11-18Docx reader: Handle dummy list items.Jesse Rosenthal1-0/+4
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz1-0/+4
2015-08-07Updated readers, writers and README for link attributemb211-2/+2
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-8/+11
2015-02-21Docx reader: Minor cleanup.Jesse Rosenthal1-3/+4
2015-02-21Docx reader: allow sub/superscript verbatims.Jesse Rosenthal1-1/+6
2015-02-18Change return type of Docx readerMatthew Pickering1-8/+11
2015-02-13Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal1-1/+3
2014-10-25Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov1-27/+6
2014-09-06Docx Reader: Remove header class properly in other langsJesse Rosenthal1-4/+4
2014-09-05Docx reader: Use polyglot header list.Jesse Rosenthal1-7/+7
2014-09-05Docx Reader: Start list of polyglot section headers.Jesse Rosenthal1-0/+7
2014-09-04Docx reader: Rewrite rewriteLink to work with new headers.Jesse Rosenthal1-9/+4
2014-08-28Docx Reader: Read single para in table cell as plainJesse Rosenthal1-1/+12
2014-08-17Docx reader: whitespace fix.Jesse Rosenthal1-6/+6
2014-08-17Docx reader: remove emph styles and strong styles list.Jesse Rosenthal1-6/+0
2014-08-17Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal1-2/+2
2014-08-17Docx reader: Use style resolver.Jesse Rosenthal1-23/+9
2014-08-17Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal1-0/+31
2014-08-17Docx reader: work with new rStyle.Jesse Rosenthal1-4/+4
2014-08-17Docx reader: Change behavior of Super/SubscriptJesse Rosenthal1-4/+4
2014-08-16Docx reader: Remove unnecessary plural functionsJesse Rosenthal1-11/+5
2014-08-16Docx reader: Fix bug in character styles.Jesse Rosenthal1-2/+2
2014-08-16Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal1-226/+193
2014-08-13Docx reader: Interpret "Strong" and Emphasis run styles.Jesse Rosenthal1-2/+6
2014-08-12Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal1-2/+10
2014-08-12Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal1-6/+8
2014-08-12Docx reader: Check for null-id'd anchors too.Jesse Rosenthal1-1/+0
2014-08-12Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal1-5/+18
2014-08-12Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal1-1/+1
2014-08-12Docx reader: move combining logic to ReducibleJesse Rosenthal1-3/+1
2014-08-12Docx reader: Make dropcap combining more efficient.Jesse Rosenthal1-1/+3