Liquex.parse-exclamation-mark

You're seeing just the function parse-exclamation-mark, go back to Liquex module for more information.
Link to this function

parse!(template, parser \\ Liquex.Parser.Base)

View Source

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