# File lib/asciidoctor/abstract_node.rb, line 570
  def list_marker_keyword(list_type = nil)
    ORDERED_LIST_KEYWORDS[list_type || @style]
  end