Liquex.Parser.Tag.tag_directive

You're seeing just the function tag_directive, go back to Liquex.Parser.Tag module for more information.
Link to this function

tag_directive(combinator \\ empty(), name)

View Source

Specs

tag_directive(NimbleParsec.t(), String.t()) :: NimbleParsec.t()

Parse basic tag with no arguments

Examples

* "{% break %}"
* "{% endfor %}"