markright v0.4.1 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

to_ast(input, plume \\ %Markright.Continuation{})

Callback implementation for Markright.Parser.to_ast/2.