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