prexent v0.2.1 Prexent.Parser View Source
This module is the parser from markdown to HTML
Link to this section Summary
Functions
Parses slides of the markdown to a list of HTML. If exists any parse error, the item in the list will be the error message.
Link to this section Types
The result of the parse. This type will return a list of slides()
A single slide
Link to this section Functions
Link to this function
to_parsed_list(path_to_file)
View Sourceto_parsed_list(String.t()) :: parse_result()
Parses slides of the markdown to a list of HTML. If exists any parse error, the item in the list will be the error message.
It recognizes some commands:
!include <file>
- with a markdown file to include in any place!code <file>
- will parse a code script