summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/EPUB.hs
Commit message (Expand)AuthorAge
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane2017-02-27
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Changed writerEpubMetadata to a Maybe String.John MacFarlane2017-02-04
* `--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane2017-01-30
* HTML writer: export writeHtmlStringForEPUB.John MacFarlane2017-01-27
* EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane2017-01-26
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Convert writers to use PandocMonad typeclass.Jesse Rosenthal2017-01-25
* Free: Remove readFileUTF8.Jesse Rosenthal2017-01-25
* Remove IO UUID functions.Jesse Rosenthal2017-01-25
* Implement runTest functions.Jesse Rosenthal2017-01-25
* Remove IORef from EPUB writer.Jesse Rosenthal2017-01-25
* Introduce pure versions of IO Writers.Jesse Rosenthal2017-01-25
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane2016-10-02
* Fixed compiler warnings.John MacFarlane2016-07-14
* EPUB writer: set 'navpage' variable on nav page.John MacFarlane2016-03-26
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* 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
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | EPUB writer: don't download linked media when `data-external` attribute set.John MacFarlane2015-11-12
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | epub with `--webtex`: include image file rather than data: URI.John MacFarlane2015-10-13
|/
* Fixed compiler warning.John MacFarlane2015-05-27
* EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane2015-05-27
* EPUB writer: Split references into separate chapter.John MacFarlane2015-05-21
* EPUB writer: Properly handle image URLs without an extension.John MacFarlane2015-05-13
* Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane2015-05-09
* EPUB writer: stylesheet changes. Closes #2040.John MacFarlane2015-05-08
* EPUB writer: Use plain writer for metadata dc: fields.John MacFarlane2015-05-01
* EPUB writer: Remove linear=no from cover itemref.John MacFarlane2015-04-26
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* EPUB writer: Take TOC title from toc-title metadata field.John MacFarlane2015-04-02
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
* EPUB writer: properly handle internal links to IDs in spans, divs.John MacFarlane2015-01-17
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05