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