class Asciidoctor::AbstractBlock

def convert

parent block's template.
converted and returned as content that can be included in the
has child blocks, the content method should cause them to be
Public: Get the converted String content for this Block. If the block
def convert
  @document.playback_attributes @attributes
  converter.convert self
end