Markright.Parsers.Link (markright v0.7.1)
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 \\ %Plume{})
Callback implementation for Markright.Parser.to_ast/2
.