summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
Commit message (Expand)AuthorAge
* Docx reader: Empty header should be list of lists.Jesse Rosenthal2016-12-13
* Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal2016-12-08
* Docx reader: add a placeholder value for CHART.Jesse Rosenthal2016-11-10
* Docx reader: Handle Alt text and titles in images.Jesse Rosenthal2016-11-02
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Docx reader: make all compilers happy with traversable.Jesse Rosenthal2016-08-29
* Docx reader: Import traverse for ghc 7.8Jesse Rosenthal2016-08-29
* Docx reader: clean up function with `traverse`Jesse Rosenthal2016-08-29
* Docx reader: update copyright.Jesse Rosenthal2016-08-28
* Docx reader: use all anchor spans for header ids.Jesse Rosenthal2016-08-28
* Docx reader: Let headers use exisiting id.Jesse Rosenthal2016-08-28
* Docx reader: Handle anchor spans with content in headers.Jesse Rosenthal2016-08-28
* Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal2016-06-23
* docx reader: enable warnings in top-level readerJesse Rosenthal2016-06-23
* Docx reader: add simple comment functionality.Jesse Rosenthal2016-06-23
* Docx Reader: Throw PandocError on unzip failureJesse Rosenthal2016-05-01
* Add readDocxWithWarningsJesse Rosenthal2016-03-12
* Docx reader: update feature checklist.Jesse Rosenthal2016-03-08
* Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal2016-02-26
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Docx reader: image attributesmb212015-12-13
* Docx Reader: Remove DummyListItem typeJesse Rosenthal2015-11-23
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
* | Docx reader: Handle dummy list items.Jesse Rosenthal2015-11-18
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2015-10-04
|/
* Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2015-03-28
|\
| * Change return type of Docx readerMatthew Pickering2015-02-18
* | Docx reader: Minor cleanup.Jesse Rosenthal2015-02-21
* | Docx reader: allow sub/superscript verbatims.Jesse Rosenthal2015-02-21
|/
* Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal2015-02-13
* Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov2014-10-25
* Docx Reader: Remove header class properly in other langsJesse Rosenthal2014-09-06
* Docx reader: Use polyglot header list.Jesse Rosenthal2014-09-05
* Docx Reader: Start list of polyglot section headers.Jesse Rosenthal2014-09-05
* Docx reader: Rewrite rewriteLink to work with new headers.Jesse Rosenthal2014-09-04
* Docx Reader: Read single para in table cell as plainJesse Rosenthal2014-08-28
* Docx reader: whitespace fix.Jesse Rosenthal2014-08-17
* Docx reader: remove emph styles and strong styles list.Jesse Rosenthal2014-08-17
* Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal2014-08-17
* Docx reader: Use style resolver.Jesse Rosenthal2014-08-17
* Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal2014-08-17
* Docx reader: work with new rStyle.Jesse Rosenthal2014-08-17
* Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2014-08-17
* Docx reader: Remove unnecessary plural functionsJesse Rosenthal2014-08-16
* Docx reader: Fix bug in character styles.Jesse Rosenthal2014-08-16
* Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal2014-08-16