class
Crst::Strong
- Crst::Strong
- Crst::Node
- Reference
- Object
Overview
Strongly emphasized text node (typically rendered in bold)
Created from RST text using double asterisks: strong text Can contain nested inline nodes for mixed formatting.
Example:
# RST: "**strong text**"
strong = Crst::Strong.new([Crst::Text.new("strong text")])
Defined in:
crst/nodes.crConstructors
Instance Method Summary
-
#children : Array(Crst::Node)
Child nodes (typically Text nodes)
-
#children=(children : Array(Crst::Node))
Child nodes (typically Text nodes)