summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
...
* Use cmark 0.5.John MacFarlane2015-12-29
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.John MacFarlane2015-11-24
* 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
* | Fixed shadowing error.John MacFarlane2015-11-09
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Remove compiler warning with embed_data_files.John MacFarlane2015-10-17
* | 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
* | Percent-encode more special characters in URLs.John MacFarlane2015-10-11
* | Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong2015-10-01
* | Removed unneeded imports.John MacFarlane2015-09-26
* | MediaBag: ensure that / is always used as path separator.John MacFarlane2015-09-26
* | EPUB TOC: replace literal "<br/>" with space.John MacFarlane2015-08-10
* | fix build failure with --flags=-httpsSergei Trofimovich2015-07-30
|/
* Added odt readerMarLinn2015-07-23
* Use newManager instead of withManager in recent http-client.John MacFarlane2015-07-21
* Changed hierarchicalize so it treats references div as top-level header.John MacFarlane2015-07-12
* Added a needed import in Shared.John MacFarlane2015-06-28
* Let reference.docx/odt behave as if they are virtual data files.John MacFarlane2015-06-28
* Minor fixes to previous commit.John MacFarlane2015-06-28
* New method for producing man pages.John MacFarlane2015-06-28
* Fixed svg handling in EPUB writer.John MacFarlane2015-05-27
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Move utility error functions to Text.Pandoc.SharedMatthew Pickering2015-02-18
* Make safeRead safe.Matthew Pickering2015-02-18
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* fix inDirectory to reset to the original directory in case an exception occursFreiric Barral2014-10-08
* Shared: Make collapseFilePath OS-agnosticmpickering2014-09-25
* Shared: Moved import of toChunks outside of conditional.John MacFarlane2014-08-31
* Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane2014-08-30
|\
| * MIME cleanup.Artyom Kazak2014-08-17
* | Fixed --self-contained with Windows paths.John MacFarlane2014-08-22
|/
* Fixed haddock comment.John MacFarlane2014-08-13
* Removed unneeded import.John MacFarlane2014-08-13
* Shared: Added collapseFilePath functionMatthew Pickering2014-08-08
* Add PatternGuards pragmas.Artyom Kazak2014-08-04
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* fetchItem: improved mime type guessing.John MacFarlane2014-08-02
* Shared: fetchItem improvements.John MacFarlane2014-08-02
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Shared: Added function insertMedia which is an alias for M.insertMatthew Pickering2014-07-31
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* Shared: Added fetchItem', which searches a media bag too.John MacFarlane2014-07-30