pandoc

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>
Safe HaskellSafe-Infered

Text.Pandoc.Slides

Description

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

Synopsis

Documentation

getSlideLevel :: [Block] -> Int

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]

Prepare a block list to be passed to hierarchicalize.