Tui::Markdown::Block
A block of content
Constructors
new(type : BlockType, elements : Array(InlineElement) = [] of InlineElement, language : String | Nil = nil, code : String | Nil = nil, items : Array(ListItem) | Nil = nil, rows : Array(TableRow) | Nil = nil, col_widths : Array(Int32) | Nil = nil, summary : String | Nil = nil, details_content : String | Nil = nil, details_id : String | Nil = nil)
SourceInstance methods
code
Sourcecol_widths
Sourcedetails_content
Sourcedetails_id
Sourceelements
Sourceitems
Sourcelanguage
Sourcerows
Sourcesummary
Sourcetype
Sourcetype=(type : BlockType)
Source