summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* Remove openURL from Shared (API change).John MacFarlane2017-10-15
* Shared.stringify, removeFormatting: handle Quoted better.John MacFarlane2017-10-08
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Expose getDefaultDataFile in both Shared and Class.John MacFarlane2017-08-10
* Move CR filtering from tabFilter to the readers.John MacFarlane2017-06-20
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Rewrote convertTabs to use Text not String.John MacFarlane2017-06-10
* Added eastAsianLineBreakFilter to Shared.John MacFarlane2017-05-30
* Shared.isURI: allow uppercase versions of known schemes.John MacFarlane2017-05-23
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* Remove https flag.John MacFarlane2017-05-07
* Error: Added PandocCouldNotFindDataFileError.John MacFarlane2017-04-15
* Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane2017-04-02
* Revert "Shared: export extractIds."John MacFarlane2017-03-12
* Shared: export extractIds.John MacFarlane2017-03-12
* Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane2017-03-10
* Shared.normalizeSpaces: strip off leading/trailing line breaks...John MacFarlane2017-03-10
* Shared: remove 'warn'.John MacFarlane2017-02-24
* Shared.openURL: Changed type from an Either.John MacFarlane2017-02-23
* Simplify toRomanNumeral using guards (#3445)Alexander Krotov2017-02-14
* 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