Class: HamdownCore::Ast::HtmlOlList
- 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
177 178 179 |
# File 'lib/hamdown_core/ast.rb', line 177 def html_list? true end |
#ol_list? ⇒ Boolean
174 175 176 |
# File 'lib/hamdown_core/ast.rb', line 174 def ol_list? true end |