| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Ltml.HTML.Export
Contents
Synopsis
- renderZip :: Flagged' DocumentContainer -> IO (Maybe ByteString)
Build ZIP Archive
renderZip :: Flagged' DocumentContainer -> IO (Maybe ByteString) Source #
Renders WHOLE document structure as HTML pages to zip archive (as ByteString);
Returns Nothing, if AST contains any parse errors.