class
Crst::BulletList
- Crst::BulletList
- Crst::Node
- Reference
- Object
Overview
Bullet (unordered) list container
Contains multiple ListItem nodes, each representing a bullet point.
Created from RST text using -, *, or + markers.
Example:
# RST: "- First item\n- Second item"
bullet_list = Crst::BulletList.new
bullet_list.items << Crst::ListItem.new
Defined in:
crst/nodes.crInstance Method Summary
-
#items : Array(Crst::ListItem)
Items in this bullet list
-
#items=(items : Array(Crst::ListItem))
Items in this bullet list