Class Asciidoctor::List
In: lib/asciidoctor/list.rb
Parent: AbstractBlock

Public: Methods for managing AsciiDoc lists (ordered, unordered and description lists)

Methods

convert   new   outline?   render   to_s  

External Aliases

blocks -> items
  Public: Create alias for blocks
blocks -> content
  Public: Get the items in this list as an Array
blocks? -> items?
  Public: Create alias to check if this list has blocks

Public Class methods

Public Instance methods

Check whether this list is an outline list (unordered or ordered).

Return true if this list is an outline list. Otherwise, return false.

render()

Alias for convert

[Validate]