Class: HamdownCore::Ast::HtmlUlList
- 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
Methods included from HasChildren
Instance Method Details
#html_list? ⇒ Boolean
185 186 187 |
# File 'lib/hamdown_core/ast.rb', line 185 def html_list? true end |
#ol_list? ⇒ Boolean
182 183 184 |
# File 'lib/hamdown_core/ast.rb', line 182 def ol_list? false end |