pandoc-3.1: Conversion between markup formats
CopyrightCopyright (C) 2023 John MacFarlane
LicenseGNU GPL, version 2 or above
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Writers.ChunkedHTML

Description

Conversion of Pandoc documents to "chunked" HTML (a folder of linked HTML documents, split by sections.

Synopsis

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.