aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2017-05-30Added eastAsianLineBreakFilter to Shared.John MacFarlane1-0/+12
2017-05-23Shared.isURI: allow uppercase versions of known schemes.John MacFarlane1-1/+2
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+68
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-07Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane1-4/+5
2017-05-07Remove https flag.John MacFarlane1-21/+0
2017-04-15Error: Added PandocCouldNotFindDataFileError.John MacFarlane1-3/+2
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane1-12/+4
2017-03-12Revert "Shared: export extractIds."John MacFarlane1-20/+0
2017-03-12Shared: export extractIds.John MacFarlane1-0/+20
2017-03-10Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane1-20/+0
2017-03-10Shared.normalizeSpaces: strip off leading/trailing line breaks...John MacFarlane1-2/+4
2017-02-24Shared: remove 'warn'.John MacFarlane1-5/+0
2017-02-23Shared.openURL: Changed type from an Either.John MacFarlane1-6/+9
2017-02-14Simplify toRomanNumeral using guards (#3445)Alexander Krotov1-18/+16
2017-02-05Allow user to specify User-Agent (#3421)Thenaesh Elango1-3/+11
2017-01-27Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane1-8/+8
2017-01-27Removed Shared.compactify.John MacFarlane1-17/+0
2017-01-25Removed writerIgnoreNotes.John MacFarlane1-0/+1
2017-01-25Factored out deNote in Shared.John MacFarlane1-4/+4
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-66/+3
2017-01-25Removed hush from Text.Pandoc.Shared.John MacFarlane1-5/+0
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane1-150/+0
2017-01-25Shared: put err into MonadIO.John MacFarlane1-2/+2
2017-01-25Shared: changed err and warn output.John MacFarlane1-5/+2
2016-11-27Shared.fetchItem: Better handling of protocol-relative URL.John MacFarlane1-0/+9
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane1-4/+5
2016-10-18Merge pull request #3165 from hubertp-lshift/feature/odt-imageJohn MacFarlane1-0/+13
2016-10-17Use bind function instead of pattern matchingHubert Plociniczak1-4/+1
2016-10-13Allow http-client 0.4.30, which is the version in stackage lts.John MacFarlane1-16/+0
2016-10-13Revert "Remove http-client CPP conditionals."John MacFarlane1-1/+10
2016-10-13Shared: add function combining lines using LineBreakAlbert Krewinkel1-0/+11
2016-10-12Basic support for images in ODT documentsHubert Plociniczak1-0/+16
2016-09-03Remove http-client CPP conditionals.Jesse Rosenthal1-10/+1
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel1-2/+2
2016-07-14Shared: improve year sanity check in normalizeDateJesse Rosenthal1-6/+6
2016-07-14Shared: normalizeDate should reject illegal years.Jesse Rosenthal1-5/+10
2016-07-14Shared: Add further formats for `normalizeDate`Jesse Rosenthal1-1/+2
2016-07-03Fix warning for parseURl import.John MacFarlane1-2/+3
2016-07-03CPP workaround for deprecation of parseUrl in http-client.John MacFarlane1-6/+14
2016-06-23Shared: Add BlockQuote to blocksToInlinesJesse Rosenthal1-0/+1
2016-06-23Shared: introduce blocksToInlines functionJesse Rosenthal1-0/+37
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-02-23Make protocol-relative URIs work again.John MacFarlane1-2/+4
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-3/+3
2015-12-29Use cmark 0.5.John MacFarlane1-5/+8
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-6/+12
2015-11-24Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.John MacFarlane1-6/+19
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-4/+4