simple_markdown v0.2.0 SimpleMarkdown.Parser

Parse the string with the given markdown ruleset.

For understanding of how rulesets work, check the Parsey docs.

Summary

Functions

Parse the string with the rules found in the config file

Parse the string with the specified ruleset

Functions

parse(input)

Specs

parse(String.t) :: [Parsey.ast]

Parse the string with the rules found in the config file.

parse(input, rules)

Specs

parse(String.t, [Parsey.rule]) :: [Parsey.ast]

Parse the string with the specified ruleset.