# File lib/hikidoc.rb, line 563
    def container(_for=nil)
      case _for
      when :paragraph
        []
      else
        ""
      end
    end