I use the following command to produce a single page .html file for a .epub file,
pandoc -f epub -t html -o output.html ./book.epub
But the .html file is lacking images. Is there a way to tell pandoc or something to embed the images in them? Just like Chrome's SingleFile produces.