Telegex.Marked v0.0.3 Telegex.Marked.InlineParser View Source
Parsing implementation of inline nodes.
Link to this section Summary
Link to this section Functions
Specs
parse(String.t(), keyword()) :: Telegex.Marked.document()
Parse inline elements in Markdown text.
Specs
parse_line(String.t(), boolean(), integer(), [Telegex.Marked.Node.t()]) :: [ Telegex.Marked.Node.t() ]
Parse single-line Markdown text.