quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.base.inline
/
Text
Text
class
Text
(
val
text
:
String
)
:
PlainTextNode
Plain inline text.
Parameters
text
text content.
Members
Members & Extensions
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
)
Properties
text
Link copied to clipboard
open
override
val
text
:
String
Functions
accept
Link copied to clipboard
open
override
fun
<
T
>
accept
(
visitor
:
NodeVisitor
<
T
>
)
:
T
Accepts a visitor.
wrapped
As
Value
Link copied to clipboard
fun
Node
.
wrappedAsValue
(
)
:
NodeValue