tagEnd function

Parser tagEnd([
  1. LiquidConfig? config
])

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);