aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/SelfContained.hs
AgeCommit message (Expand)AuthorFilesLines
2012-06-28SelfContained: Fix handling of absolute URLs in css imports.John MacFarlane1-1/+5
2012-02-17Don't escape `<` in `<style>` tags with `--self-contained`.John MacFarlane1-2/+12
2012-01-14SelfContained: Use getMimeType from Text.Pandoc.MIME.John MacFarlane1-135/+6
2011-12-04SelfContained: Get mime type from HTTP request if possible.John MacFarlane1-18/+30
2011-12-04SelfContained: Convert all url()s in css to data: uris.John MacFarlane1-29/+22
2011-11-24--self-contained now works with `<video>` as well as `<img>`.John MacFarlane1-0/+7
2011-11-21Changed Offline module to SelfContained, offline to makeSelfContained.John MacFarlane1-0/+279