Liquex.Parser.Tag.end_liquid_line

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

end_liquid_line(combinator \\ empty())

View Source

Specs

end_liquid_line(NimbleParsec.t()) :: NimbleParsec.t()

Read to end of a line within a liquid tag. Reads to end of line ("\r" and/or "\n") or to a closing tag "%}".