Md.parse
You're seeing just the function
parse
, go back to Md module for more information.
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
.