Age | Commit message (Expand) | Author | Files | Lines |
2016-06-23 | Shared: Add BlockQuote to blocksToInlines | Jesse Rosenthal | 1 | -0/+1 |
2016-06-23 | Shared: introduce blocksToInlines function | Jesse Rosenthal | 1 | -0/+37 |
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 |
2016-02-23 | Make protocol-relative URIs work again. | John MacFarlane | 1 | -2/+4 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -3/+3 |
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -5/+8 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -6/+12 |
2015-11-24 | Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL. | John MacFarlane | 1 | -6/+19 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -4/+4 |
2015-11-09 | Fixed shadowing error. | John MacFarlane | 1 | -3/+3 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -0/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -6/+5 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -5/+6 |
2015-10-17 | Remove compiler warning with embed_data_files. | John MacFarlane | 1 | -1/+1 |
2015-10-14 | More changes to avoid compiler warnings on ghc 7.10. | John MacFarlane | 1 | -3/+7 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+0 |
2015-10-11 | Percent-encode more special characters in URLs. | John MacFarlane | 1 | -2/+5 |
2015-10-01 | Move the variable pandocVersion from `src/Text/Pandoc.hs` to | Alex Vong | 1 | -1/+9 |
2015-09-26 | Removed unneeded imports. | John MacFarlane | 1 | -2/+2 |
2015-09-26 | MediaBag: ensure that / is always used as path separator. | John MacFarlane | 1 | -3/+4 |
2015-08-10 | EPUB TOC: replace literal "<br/>" with space. | John MacFarlane | 1 | -0/+1 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -2/+2 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -2/+2 |
2015-07-30 | fix build failure with --flags=-https | Sergei Trofimovich | 1 | -1/+2 |
2015-07-23 | Added odt reader | MarLinn | 1 | -6/+6 |
2015-07-21 | Use newManager instead of withManager in recent http-client. | John MacFarlane | 1 | -1/+10 |
2015-07-12 | Changed hierarchicalize so it treats references div as top-level header. | John MacFarlane | 1 | -0/+5 |
2015-06-28 | Added a needed import in Shared. | John MacFarlane | 1 | -0/+1 |
2015-06-28 | Let reference.docx/odt behave as if they are virtual data files. | John MacFarlane | 1 | -1/+72 |
2015-06-28 | Minor fixes to previous commit. | John MacFarlane | 1 | -8/+3 |
2015-06-28 | New method for producing man pages. | John MacFarlane | 1 | -6/+14 |
2015-05-27 | Fixed svg handling in EPUB writer. | John MacFarlane | 1 | -0/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-02-18 | Move utility error functions to Text.Pandoc.Shared | Matthew Pickering | 1 | -0/+10 |
2015-02-18 | Make safeRead safe. | Matthew Pickering | 1 | -3/+3 |
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -1/+1 |
2014-10-08 | fix inDirectory to reset to the original directory in case an exception occurs | Freiric Barral | 1 | -6/+4 |
2014-09-25 | Shared: Make collapseFilePath OS-agnostic | mpickering | 1 | -5/+9 |
2014-08-31 | Shared: Moved import of toChunks outside of conditional. | John MacFarlane | 1 | -1/+1 |
2014-08-30 | Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mime | John MacFarlane | 1 | -4/+4 |
2014-08-22 | Fixed --self-contained with Windows paths. | John MacFarlane | 1 | -1/+2 |
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -4/+4 |
2014-08-13 | Fixed haddock comment. | John MacFarlane | 1 | -9/+7 |
2014-08-13 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 |
2014-08-08 | Shared: Added collapseFilePath function | Matthew Pickering | 1 | -1/+26 |
2014-08-04 | Add PatternGuards pragmas. | Artyom Kazak | 1 | -1/+1 |
2014-08-04 | Use `stripPrefix` where appropriate. | Artyom Kazak | 1 | -7/+7 |
2014-08-03 | Correctly implement capitalisation. | Artyom Kazak | 1 | -0/+13 |
2014-08-02 | fetchItem: improved mime type guessing. | John MacFarlane | 1 | -4/+5 |
2014-08-02 | Shared: fetchItem improvements. | John MacFarlane | 1 | -11/+12 |