patat-0.12.0.0: Terminal-based presentations using Pandoc
Safe HaskellSafe-Inferred
LanguageHaskell2010

Patat.Presentation.Read

Description

Read a presentation from disk.

Synopsis

Documentation

detectSlideLevel :: Pandoc -> Int Source #

Find level of header that starts slides. This is defined as the least header that occurs before a non-header in the blocks.

readMetaSettings :: Text -> Either String PresentationSettings Source #

Read settings from the metadata block in the Pandoc document.