markright v0.4.0 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!"}
Summary
Functions
Callback implementation for Markright.Parser.to_ast/2
Functions
Callback implementation for Markright.Parser.to_ast/2
.