class
Crst::Section
- Crst::Section
- Crst::Node
- Reference
- Object
Overview
Represents a section with a title and content
Sections are created from underlined/overlined titles in RST.
Defined in:
crst/nodes.crConstructors
Instance Method Summary
- #children : Array(Crst::Node)
- #children=(children : Array(Crst::Node))
- #html_id : String | Nil
- #html_id=(html_id : String | Nil)
- #level : Int32
- #level=(level : Int32)
- #title : String
- #title=(title : String)