markright v0.2.5 Markright.Parsers.Img
Parses the input for the link.
Examples
iex> "http://example.com Hello my] lovely world!" |> Markright.Parsers.Img.to_ast
%Markright.Continuation{ast: {:img,
%{alt: "Hello my", src: "http://example.com"}, nil},
tail: " lovely world!"}
Summary
Functions
Callback implementation for Markright.Parser.to_ast/3
Functions
Callback implementation for Markright.Parser.to_ast/3
.