- Index
- »
- fan.markdown
- »
- Text
Text
@Js
class Text : Node
A text node:
foo *bar*
The foo is a text node, and the bar inside the emphasis is also a text node.
Str : literal
new make(Str literal)
virtual Str toStrAttributes()
@Js
class Text : Node
A text node:
foo *bar*
The foo is a text node, and the bar inside the emphasis is also a text node.
Str : literal
new make(Str literal)
virtual Str toStrAttributes()