class
Crst::ListItem
- Crst::ListItem
- Crst::Node
- Reference
- Object
Overview
List item within a bullet or enumerated list
Can contain paragraphs, nested lists, or other block content. The children represent the content of this list item.
Example:
item = Crst::ListItem.new
item.children << Crst::Paragraph.new("Item content")
Defined in:
crst/nodes.crInstance Method Summary
-
#children : Array(Crst::Node)
Child nodes within this list item
-
#children=(children : Array(Crst::Node))
Child nodes within this list item