class Crst::Raw

Overview

Represents raw content with a specific format

Used for raw directives like .. raw:: html where content should be passed through without processing.

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(format : String, text : String) #

[View source]

Instance Method Detail

def format : String #

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

[View source]
def text : String #

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

[View source]