markright v0.5.1 Markright.Parsers.Link
Parses the input for the link.
Examples
iex> "http://example.com Hello my] lovely world!" |> Markright.Parsers.Link.to_ast
%Markright.Continuation{
ast: {:a, %{href: "http://example.com"}, "Hello my"}, tail: " lovely world!"}
Link to this section Summary
Functions
Callback implementation for Markright.Parser.to_ast/2
Link to this section Functions
Link to this function
to_ast(input, plume \\ %Markright.Continuation{})
Callback implementation for Markright.Parser.to_ast/2
.