Open Sidebar
Close Sidebar
crst
1.0.9
Crst
Admonition
BaseRenderer
BlockQuote
BulletList
Citation
Code
CodeBlock
Comment
Compound
Config
ConfigError
Container
DefinitionItem
DefinitionList
Directive
DirectiveHandler
DoctestBlock
Document
Emphasis
EnumList
Epigraph
Error
Escaper
Field
FieldList
Figure
Footnote
Highlights
HTMLRenderer
Image
InlineParser
InlineTarget
LaTeXRenderer
LineBlock
LineReader
Link
ListItem
LiteralBlock
Node
OptionItem
OptionList
Paragraph
ParseError
Parser
PullQuote
Raw
Reference
RenderError
Role
Rubric
Section
SectionNumbering
Sidebar
Strong
Substitution
SystemMessage
Table
TableOfContents
Target
Text
TextRenderer
Token
Topic
Transition
XMLRenderer
class
Crst::
BlockQuote
Crst::BlockQuote
Crst::Node
Reference
Object
Overview
Represents a block quote
Defined in:
crst/nodes.cr
Constructors
.new
(children : Array(Crst::Node))
Instance Method Summary
#children
: Array(Crst::Node)
#children=
(children : Array(Crst::Node))
Constructor Detail
def self.
new
(children : Array(
Crst::Node
))
#
[
View source
]
Instance Method Detail
def
children
: Array(
Crst::Node
)
#
[
View source
]
def
children=
(children : Array(
Crst::Node
))
#
[
View source
]