summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* Allow user to specify User-Agent (#3421)Thenaesh Elango2017-02-05
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Factored out deNote in Shared.John MacFarlane2017-01-25
* Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane2017-01-25
* Removed hush from Text.Pandoc.Shared.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* Shared: put err into MonadIO.John MacFarlane2017-01-25
* Shared: changed err and warn output.John MacFarlane2017-01-25
* Shared.fetchItem: Better handling of protocol-relative URL.John MacFarlane2016-11-27
* Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane2016-11-22
* Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane2016-10-18
|\
| * Use bind function instead of pattern matchingHubert Plociniczak2016-10-17
| * Basic support for images in ODT documentsHubert Plociniczak2016-10-12
* | Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane2016-10-13
* | Revert "Remove http-client CPP conditionals."John MacFarlane2016-10-13
* | Shared: add function combining lines using LineBreakAlbert Krewinkel2016-10-13
|/
* Remove http-client CPP conditionals.Jesse Rosenthal2016-09-03
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Rename README to MANUAL.txtAlbert Krewinkel2016-07-20
* Shared: improve year sanity check in normalizeDateJesse Rosenthal2016-07-14
* Shared: normalizeDate should reject illegal years.Jesse Rosenthal2016-07-14
* Shared: Add further formats for `normalizeDate`Jesse Rosenthal2016-07-14
* Fix warning for parseURl import.John MacFarlane2016-07-03
* CPP workaround for deprecation of parseUrl in http-client.John MacFarlane2016-07-03
* Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal2016-06-23
* Shared: introduce blocksToInlines functionJesse Rosenthal2016-06-23
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
* Make protocol-relative URIs work again.John MacFarlane2016-02-23
* Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* 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
|/