aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
AgeCommit message (Expand)AuthorFilesLines
2017-10-27hlint suggestions.John MacFarlane1-8/+5
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-10-20SelfContained: data-background-image instead of data-background.John MacFarlane1-1/+1
2017-10-16SelfContained: handle data-background attribute on section.John MacFarlane1-2/+3
2017-09-30Removed unneeded import.John MacFarlane1-1/+0
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane1-56/+54
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-2/+2
2017-05-20SelfContained: handle @import with quoted string.John MacFarlane1-11/+25
2017-05-20SelfContained: fixed problem with embedded fonts.John MacFarlane1-13/+41
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-05Revert "SelfContained: special handling for css @import."John MacFarlane1-36/+5
2017-05-05SelfContained: special handling for css @import.John MacFarlane1-5/+36
2017-05-05SelfContained: Handle url() inside material retrieved from url().John MacFarlane1-3/+12
2017-03-30SelfContained: export makeDataURIJohn MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-16/+16
2017-02-26`--self-contained`: don't incorporate elements with `data-external="1"`.John MacFarlane1-0/+2
2017-02-24Some fixes to the preceding revisions in SelfContained.John MacFarlane1-27/+42
2017-02-24SelfContained: don't use data URIs for script or style.John MacFarlane1-10/+36
2017-02-24Refactored getData from getDataURI in SelfContained.John MacFarlane1-5/+15
2017-02-23Put makeSelfContained in PandocMonad instead of IO.John MacFarlane1-46/+43
2017-02-20Use lazy loading for reveal.js slide shows.John MacFarlane1-1/+1
2017-01-25Removed writerMediaBag from WriterOpts.John MacFarlane1-3/+3
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane1-2/+4
2017-01-25SelfContained: put makeSelfContained in MonadIO.John MacFarlane1-2/+3
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-28Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.John MacFarlane1-1/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+1
2015-07-15`--self-contained`: Fixed overaggressive CSS minimization.John MacFarlane1-1/+2
2015-06-28Fixed regression in CSS parsing with `--self-contained`.John MacFarlane1-39/+47
2015-05-04SelfContained: properly handle data URIs in css urls.John MacFarlane1-32/+48
2015-05-01SelfContained: cssURLs no longer tries to fetch fragment URLs.John MacFarlane1-7/+11
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-13Improved building of data URIs in SelfContained.John MacFarlane1-8/+15
2014-12-31SelfContained: Add `;charset=utf-8` to script mime type if missing.John MacFarlane1-1/+4
2014-10-04Added `track` to list of tags treated by `--self-contained`.John MacFarlane1-1/+2
2014-08-17MIME cleanup.Artyom Kazak1-2/+3
2014-08-02SelfContained: Fixed determining of source URL from within CSS files.John MacFarlane1-2/+9
2014-08-02Text.Pandoc.SelfContained changes.John MacFarlane1-57/+27
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-2/+2
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-11/+15
2014-07-30Allow --self-contained to get content from MediaBag.John MacFarlane1-25/+34
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-03-05SelfContained: Handle "poster" attribute in "video" tags.John MacFarlane1-8/+10
2013-10-16Use isURI instead of isAbsoluteURI.John MacFarlane1-3/+3
2013-07-18Improved fetching of external resources.John MacFarlane1-2/+3
2013-04-10Added comment/todo to SelfContained.John MacFarlane1-0/+1
2013-03-26SelfContained: handle src in embed, audio, source, input tags.John MacFarlane1-9/+4
2013-03-25SelfContained: strip off fragment, query of relative URLJohn MacFarlane1-4/+8