Liquex.Tag.parse_liquid_tag

You're seeing just the callback parse_liquid_tag, go back to Liquex.Tag module for more information.
Link to this callback

parse_liquid_tag()

View Source (optional)

Specs

parse_liquid_tag() :: NimbleParsec.t()

Returns a NimbleParsec expression to parse a tag within a liquid expression tag.

Example

{% liquid echo "Hello World!" %}