lookatme.parser module¶
This module defines the parser for the markdown presentation file
-
class
lookatme.parser.Parser(single_slide=False)[source]¶ Bases:
objectA parser for markdown presentation files
-
parse(input_data) → Tuple[Dict[KT, VT], List[lookatme.slide.Slide], str][source]¶ Parse the provided input data into a Presentation object
Parameters: input_data (str) – The input markdown presentation to parse
-