summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/EPUB.hs
Commit message (Expand)AuthorAge
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* EPUB reader: stop mangling external URLs.John MacFarlane2015-08-10
* Change return type of EPUB readerMatthew Pickering2015-02-18
* Update Reader.EPUB to use `MimeType`.Artyom Kazak2014-08-17
* EPUB reader: use walk instead of bottomUp.John MacFarlane2014-08-11
* EPUB Reader: Fixed another normalisation problem..Matthew Pickering2014-08-11
* EPUB Reader: Can now parse multiple meta data fieldsMatthew Pickering2014-08-11
* EPUB reader: Fixed bug where filepaths weren't sufficiently normalisedMatthew Pickering2014-08-11
* EPUB: Fixed another mediabag related regression..Matthew Pickering2014-08-10
* EPUB Reader: Changed image paths to be relative to manifest fileMatthew Pickering2014-08-09
* Merge branch 'newbranch' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane2014-08-08
|\
| * EPUB Reader: Improved robustness of image extractionMatthew Pickering2014-08-08
| * EPUB Reader: Fixed regressions in image extractionMatthew Pickering2014-08-08
| * EPUB Reader: Use collapseFilePathMatthew Pickering2014-08-08
| * EPUB Reader: Removed incorrectly set reader flagMatthew Pickering2014-08-08
* | Added `native_divs` and `native_spans` extensions.John MacFarlane2014-08-08
|/
* EPUB Reader: Improved how images are extractedMatthew Pickering2014-08-07
* EPUB Reader: Now uses the new MediaBag for imagesMatthew Pickering2014-07-31
* EPUB Reader: Added EPUB readerMatthew Pickering2014-07-31