# File lib/asciidoctor/abstract_block.rb, line 78
  def content
    @blocks.map {|b| b.convert } * LF
  end