lookatme.parser module¶
This module defines the parser for the markdown presentation file
-
class
lookatme.parser.
Parser
(single_slide=False)[source]¶ Bases:
object
A parser for markdown presentation files
-
parse
(input_data)[source]¶ Parse the provided input data into a Presentation object
- Parameters
input_data (str) – The input markdown presentation to parse
- Returns
Presentation
-