Copyright | Copyright (C) 2023 John MacFarlane |
---|---|
License | GNU GPL, version 2 or above |
Maintainer | John MacFarlane <jgm@berkeley.edu> |
Stability | alpha |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conversion of Pandoc
documents to "chunked" HTML (a folder of
linked HTML documents, split by sections.
Synopsis
- writeChunkedHTML :: PandocMonad m => WriterOptions -> Pandoc -> m ByteString
Documentation
writeChunkedHTML :: PandocMonad m => WriterOptions -> Pandoc -> m ByteString Source #
Splits document into HTML chunks, dividing them by section, and returns a zip archive of a folder of files.