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