Earmark v1.3.3 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

Link to this function

get_footnote_numbers(refs, footnotes, options)

View Source
Link to this function

parse(text_lines, options, recursive)

View Source
Link to this function

parse_markdown(lines, options \\ %Options{})

View Source

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.