Liquex.parse-exclamation-mark
You're seeing just the function
parse-exclamation-mark
, go back to Liquex module for more information.
Specs
parse!(String.t(), module()) :: document_t() | no_return()
Parses a liquid template
string using the given parser
.
Returns a Liquex AST document or raises an exception. See also parse/2