class

Crst::Paragraph

Inherits Crst::Node < Reference < Object

Represents a paragraph of text

Contains the raw text content, which may include inline markup that gets processed during rendering.

Constructors

new(text : String)
Source

Instance methods

text

The paragraph text content

Source
text=(text : String)

The paragraph text content

Source