Class: HamdownCore::Ast::HtmlOlList

Inherits:
HtmlList
  • Object
show all
Defined in:
lib/hamdown_core/ast.rb

Instance Attribute Summary

Attributes inherited from HtmlList

#children, #filename, #lineno, #text

Instance Method Summary collapse

Methods inherited from HtmlList

#to_h

Methods included from HasChildren

#<<, #initialize, #to_h

Instance Method Details

#html_list?Boolean

Returns:

  • (Boolean)


177
178
179
# File 'lib/hamdown_core/ast.rb', line 177

def html_list?
  true
end

#ol_list?Boolean

Returns:

  • (Boolean)


174
175
176
# File 'lib/hamdown_core/ast.rb', line 174

def ol_list?
  true
end