Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <[email protected]> |
Safe Haskell | None |
Text.Pandoc.SelfContained
Description
Functions for converting an HTML file into one that can be viewed offline, by incorporating linked images, CSS, and scripts into the HTML using data URIs.
- makeSelfContained :: WriterOptions -> String -> IO String
Documentation
makeSelfContained :: WriterOptions -> String -> IO StringSource
Convert HTML into self-contained HTML, incorporating images, scripts, and CSS using data: URIs.