Liquex.Parser.Tag.tag_directive
You're seeing just the function
tag_directive
, go back to Liquex.Parser.Tag module for more information.
Specs
tag_directive(NimbleParsec.t(), String.t()) :: NimbleParsec.t()
Parse basic tag with no arguments
Examples
* "{% break %}"
* "{% endfor %}"