# File lib/asciidoctor/list_item.rb, line 22
  def text
    # this will allow the text to be processed
    Block.new(self, nil, [@text]).content
  end