class Liquid::Continue

{% continue %}
@liquid_syntax
Causes a [‘for` loop](/docs/api/liquid/tags/for) to skip to the next iteration.
@liquid_summary
@liquid_name continue
@liquid_category iteration
@liquid_type tag
@liquid_public_docs

def render_to_output_buffer(context, output)

def render_to_output_buffer(context, output)
  context.push_interrupt(INTERRUPT)
  output
end