# File lib/asciidoctor/abstract_block.rb, line 455
  def list_marker_keyword list_type = nil
    ORDERED_LIST_KEYWORDS[list_type || @style]
  end