class HamdownCore::Ast::HtmlOlList
Public Instance Methods
html_list?()
click to toggle source
# File lib/hamdown_core/ast.rb, line 177 def html_list? true end
ol_list?()
click to toggle source
# File lib/hamdown_core/ast.rb, line 174 def ol_list? true end