Sha256: 657a36ec2bb354a19652560c7ff3c6cfaa1399bf50065fa59244a5e5efbb8db7
Contents?: true
Size: 317 Bytes
Versions: 3
Compression:
Stored size: 317 Bytes
Contents
# TODO add these methods to Asciidoctor core class Asciidoctor::List # Check whether this list is an outline list (unordered or ordered). # # Return true if this list is an outline list. Otherwise, return false. def outline? @context == :ulist || @context == :olist end unless respond_to? :outline? end
Version data entries
3 entries across 3 versions & 1 rubygems