tagEnd function
Tag end delimiter. The -%} variant strips following whitespace (via .trim()).
If config is provided, uses custom delimiters from the config.
Implementation
Parser tagEnd([LiquidConfig? config]) => createTagEnd(config);
Tag end delimiter. The -%} variant strips following whitespace (via .trim()).
If config is provided, uses custom delimiters from the config.
Parser tagEnd([LiquidConfig? config]) => createTagEnd(config);