# File lib/asciidoctor/list.rb, line 20
  def outline?
    @context == :ulist || @context == :olist
  end