Md (md v0.1.2) View Source

Documentation for Md.

Link to this section Summary

Link to this section Functions

See Md.Parser.generate/1.

Link to this function

generate(input, options)

View Source

See Md.Parser.generate/2.

Interface to the library.

Examples

iex> Md.parse("   foo")
%Md.Parser.State{ast: [{:p, nil, ["foo"]}], listener: Md.Listener.Debug, mode: [:finished]}

Callback implementation for Md.Parser.parse/2.