Crst::Raw
Inherits Crst::Node < Reference < Object
Represents raw content with a specific format
Used for raw directives like .. raw:: html where content
should be passed through without processing.
Constructors
new(format : String, text : String)
SourceInstance methods
format
Sourceformat=(format : String)
Sourcetext
Sourcetext=(text : String)
Source