Telegex.Marked v0.0.3 Telegex.Marked.BlockParser View Source
Parsing implementation of block nodes.
Link to this section Summary
Functions
Parse Markdown text, including inline elements.
Link to this section Functions
Specs
parse(String.t(), keyword()) :: Telegex.Marked.document()
Parse Markdown text, including inline elements.
Note: This function is generally not called directly, please use Telegex.Marked.as_html/2
instead.