Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Read a presentation from disk.
Synopsis
- readPresentation :: VarGen -> FilePath -> IO (Either String Presentation)
- detectSlideLevel :: Pandoc -> Int
- readMetaSettings :: Text -> Either String PresentationSettings
Documentation
readPresentation :: VarGen -> FilePath -> IO (Either String Presentation) Source #
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.