# File lib/asciidoctor/block.rb, line 32
  def render
    @document.playback_attributes @attributes
    out = renderer.render("block_#{@context}", self)
    @document.callouts.next_list if @context == :colist
    out
  end