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