class Crst::Paragraph

Overview

Represents a paragraph of text

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

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String) #

[View source]

Instance Method Detail

def text : String #

The paragraph text content


[View source]
def text=(text : String) #

The paragraph text content


[View source]