aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2014-07-30Moved withTempDir from PDF to Shared, export from Shared.John MacFarlane1-1/+16
2014-07-30Shared: Make MediaBag available through Shared.Jesse Rosenthal1-0/+11
2014-07-25Fixed runtime error with compactify'DL on certain lists.John MacFarlane1-11/+13
2014-07-21Revert "Shared.hierarchicalize: Don't number subsections of unnumbered sectio...John MacFarlane1-25/+18
2014-07-21Shared.hierarchicalize: Don't number subsections of unnumbered sections.John MacFarlane1-18/+25
2014-07-15Shared.fetchItem: unescape URI encoding before reading local file.John MacFarlane1-1/+1
2014-07-13Better comment on removeFormatting.John MacFarlane1-1/+1
2014-07-13Shared: Generalized type of removeFormatting.John MacFarlane1-1/+1
2014-07-13Shared: Added removeFormatting.John MacFarlane1-0/+14
2014-07-12Removed space at ends of lines in source.John MacFarlane1-2/+2
2014-07-07normalize: consolidate adjacent RawBlocks when possible.John MacFarlane1-0/+5
2014-06-29Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane1-60/+131
2014-06-16Moved extractSpaces to Shared.hsmpickering1-0/+16
2014-06-03Shared: Added ordNub.John MacFarlane1-0/+9
2014-05-18Removed dependency on conduit.John MacFarlane1-6/+8
2014-05-12Shared addMetaField: if old and new values both lists, concatenate.John MacFarlane1-1/+3
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-19Merge pull request #1256 from tarleb/org-reader-improvementsJohn MacFarlane1-3/+17
2014-04-19Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel1-3/+17
2014-04-15Shared: Fixed bug in toRomanNumeral.John MacFarlane1-2/+2
2014-04-05Shared.openURL: Set proxy with value of http_proxy env variable.John MacFarlane1-3/+11
2014-01-08fetchItem: Handle image URLs beginning with '//'.John MacFarlane1-4/+9
2013-12-19HLint: use `elem` and `notElem`Henry de Valence1-8/+4
2013-12-19HLint: Use allHenry de Valence1-1/+1
2013-12-09Added `withSocketsDo` around http conduit code in `openURL`.John MacFarlane1-1/+2
2013-12-01normalizeDate: Allow dates with year only (%Y)Shaun Attfield1-1/+1
2013-11-19Shared: Fixed bug in openURL with data: URIs.John MacFarlane1-1/+2
2013-10-16Use isURI instead of isAbsoluteURI.John MacFarlane1-2/+2
2013-08-28Generalized type of stringify.John MacFarlane1-3/+4
2013-08-16Shared: Changed stringify so it ignores notes.John MacFarlane1-1/+5
2013-08-16Revert "Shared: stringify now skips over footnotes."John MacFarlane1-1/+0
2013-08-16Shared: stringify now skips over footnotes.John MacFarlane1-0/+1
2013-08-15Shared: Better error message when default data file not found.John MacFarlane1-3/+7
2013-08-11Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane1-10/+10
2013-08-10Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane1-1/+1
2013-08-10Use query instead of queryWith.John MacFarlane1-2/+27
2013-07-30Fixed compilation with http-conduit flag False.John MacFarlane1-2/+2
2013-07-18Improved fetching of external resources.John MacFarlane1-7/+9
2013-07-04cabal: Added http-conduit flag, which allows fetching https resources.John MacFarlane1-12/+28
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-81/+1
2013-07-01Shared: Export getField.John MacFarlane1-1/+14
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+9
2013-06-27Shared: Added `defField`.John MacFarlane1-0/+14
2013-06-25Fixed merge bugs in Shared.John MacFarlane1-10/+10
2013-06-25Removed 'Functor' constraint.John MacFarlane1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-3/+74
2013-05-28Shared.openURL: Properly handle data: URIs.John MacFarlane1-2/+8
2013-05-04Less verbose output from --self-contained.John MacFarlane1-1/+2
2013-05-01Shared.openURL: Print diagnostic output to stderr, not stdout.John MacFarlane1-3/+5
2013-04-28Shared.openURL: URL-escape pipe characters.John MacFarlane1-3/+2