markright v0.2.0 Markright.Parsers.Word
Parses the input until the first occurence of a space.
Examples
iex> "Hello my lovely world!" |> Markright.Parsers.Word.to_ast
%Markright.Continuation{ast: "Hello", tail: " my lovely world!"}
Summary
Functions
Callback implementation for Markright.Parser.to_ast/3
Functions
Callback implementation for Markright.Parser.to_ast/3
.