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

Text.Pandoc.Slides

Description

Utility functions for splitting documents into slides for slide show formats (dzslides, revealjs, s5, slidy, slideous, beamer).

Synopsis

Documentation

getSlideLevel :: [Block] -> Int Source #

Find level of header that starts slides (defined as the least header level that occurs before a non-header/non-hrule in the blocks).

prepSlides :: Int -> [Block] -> [Block] Source #

Prepare a block list to be passed to makeSections.