# File lib/asciidoctor/list.rb, line 53
  def initialize parent, text = nil
    super parent, :list_item
    @text = text
    @level = parent.level
  end