backend-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Language.Ltml.HTML.Export

Synopsis

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.