summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
Commit message (Expand)AuthorAge
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane2012-08-15
* Fixed whitespace errors.John MacFarlane2012-07-26
* SelfContained: Fix handling of absolute URLs in css imports.John MacFarlane2012-06-28
* Don't escape `<` in `<style>` tags with `--self-contained`.John MacFarlane2012-02-17
* SelfContained: Use getMimeType from Text.Pandoc.MIME.John MacFarlane2012-01-14
* SelfContained: Get mime type from HTTP request if possible.John MacFarlane2011-12-04
* SelfContained: Convert all url()s in css to data: uris.John MacFarlane2011-12-04
* --self-contained now works with `<video>` as well as `<img>`.John MacFarlane2011-11-24
* Changed Offline module to SelfContained, offline to makeSelfContained.John MacFarlane2011-11-21