On Sun, Dec 25, 2011 at 12:04 AM, Brent Yorgey <[email protected]> wrote: > Hi all, > > Although it doesn't seem to be documented in the user manual (!), > Haddock supports inline images, using a <<url>> syntax. I'd like to > include some images in the documentation for a package I'm writing, > but not sure of the best way. >
In case nothing else works out: http://en.wikipedia.org/wiki/Data_URI_scheme They do not work in IE 7, and in IE 9 they are limited to 32k. They also are not cached separately from the containing page. Antoine _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
