Earmark v1.3.6 Earmark.Parser View Source
Link to this section Summary
Functions
Given a markdown document (as either a list of lines or a string containing newlines), return a parse tree and the context necessary to render the tree.
Link to this section Functions
Given a markdown document (as either a list of lines or a string containing newlines), return a parse tree and the context necessary to render the tree.
The options are a %Earmark.Options{}
structure. See as_html!
for more details.