class

Crst::Section

Inherits Crst::Node < Reference < Object

Represents a section with a title and content

Sections are created from underlined/overlined titles in RST.

Constructors

new(title : String, level : Int32, has_overline : Bool = false)
Source

Instance methods

children
Source
children=(children : Array(Crst::Node))
Source
has_overline=(has_overline : Bool)
Source
has_overline?
Source
html_id
Source
html_id=(html_id : String | Nil)
Source
level
Source
level=(level : Int32)
Source
title
Source
title=(title : String)
Source