Age | Commit message (Expand) | Author | Files | Lines |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Deleted whitespace at end of source lines. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Implement Errors in PandocMonad | Jesse Rosenthal | 1 | -12/+16 |
2017-01-25 | Convert all writers to use PandocMonad. | Jesse Rosenthal | 1 | -22/+22 |
2017-01-25 | Convert writers to use PandocMonad typeclass. | Jesse Rosenthal | 1 | -24/+25 |
2017-01-25 | Free: Remove readFileUTF8. | Jesse Rosenthal | 1 | -1/+1 |
2017-01-25 | Remove IO UUID functions. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Implement runTest functions. | Jesse Rosenthal | 1 | -5/+3 |
2017-01-25 | Remove IORef from EPUB writer. | Jesse Rosenthal | 1 | -51/+62 |
2017-01-25 | Introduce pure versions of IO Writers. | Jesse Rosenthal | 1 | -37/+44 |
2016-11-30 | Options: Removed writerStandalone, made writerTemplate a Maybe. | John MacFarlane | 1 | -1/+0 |
2016-10-02 | EPUB writer: use stringify instead of plain writer for metadata. | John MacFarlane | 1 | -6/+4 |
2016-07-14 | Fixed compiler warnings. | John MacFarlane | 1 | -1/+1 |
2016-03-26 | EPUB writer: set 'navpage' variable on nav page. | John MacFarlane | 1 | -1/+2 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -2/+3 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+2 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -6/+6 |
2015-11-12 | EPUB writer: don't download linked media when `data-external` attribute set. | John MacFarlane | 1 | -1/+2 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 1 | -2/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -1/+0 |
2015-10-13 | epub with `--webtex`: include image file rather than data: URI. | John MacFarlane | 1 | -12/+8 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -3/+3 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -2/+2 |
2015-05-27 | Fixed compiler warning. | John MacFarlane | 1 | -1/+1 |
2015-05-27 | EPUB writer: Improved chapter splitting and internal link rewriting. | John MacFarlane | 1 | -53/+34 |
2015-05-21 | EPUB writer: Split references into separate chapter. | John MacFarlane | 1 | -0/+4 |
2015-05-13 | EPUB writer: Properly handle image URLs without an extension. | John MacFarlane | 1 | -36/+42 |
2015-05-09 | Revert "EPUB writer: stylesheet changes. Closes #2040." | John MacFarlane | 1 | -26/+18 |
2015-05-08 | EPUB writer: stylesheet changes. Closes #2040. | John MacFarlane | 1 | -18/+26 |
2015-05-01 | EPUB writer: Use plain writer for metadata dc: fields. | John MacFarlane | 1 | -2/+5 |
2015-04-26 | EPUB writer: Remove linear=no from cover itemref. | John MacFarlane | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-04-02 | EPUB writer: Take TOC title from toc-title metadata field. | John MacFarlane | 1 | -2/+5 |
2015-02-13 | Allow wildcards in `--epub-embed-font` arguments. | John MacFarlane | 1 | -2/+9 |
2015-01-17 | EPUB writer: properly handle internal links to IDs in spans, divs. | John MacFarlane | 1 | -11/+18 |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik... | Mark Wright | 1 | -1/+1 |
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -2/+1 |
2014-12-15 | EPUB writer: include "landmarks" section in nav document for epub3. | John MacFarlane | 1 | -3/+23 |
2014-12-15 | EPUB writer: Removed playOrder from navpoint elements in ncx file. | John MacFarlane | 1 | -2/+1 |
2014-11-17 | Really fix #1758. Add `id="cover"` to body on cover page. | John MacFarlane | 1 | -2/+3 |
2014-11-16 | Use regular page template for nav.xhtml. | John MacFarlane | 1 | -11/+8 |
2014-10-08 | EPUB reader: Further URI handling improvements. | John MacFarlane | 1 | -25/+12 |
2014-10-08 | EPUB writer: correctly resolve relative URIs. (Closes #1671.) | John MacFarlane | 1 | -11/+14 |
2014-10-08 | Fixed absolute URI detection in EPUB writer. Closes #1672. | John MacFarlane | 1 | -2/+2 |
2014-10-08 | EPUB writer: Don't add sourceURL to absolute URIs! | John MacFarlane | 1 | -5/+10 |
2014-09-01 | EPUB writer: Don't include nav node in spine unless --toc was requested. | John MacFarlane | 1 | -4/+2 |
2014-09-01 | EPUB writer: Fixed typo. | John MacFarlane | 1 | -1/+1 |
2014-08-31 | EPUB writer: Extract title even from structured title. | John MacFarlane | 1 | -7/+21 |