quarkdown
Toggle table of contents
2.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.rewriter
Package-level
declarations
Functions
Functions
with
Children
Link copied to clipboard
fun
Node
.
withChildren
(
newChildren
:
List
<
Node
>
)
:
Node
Returns a copy of this node with its children replaced by
newChildren
.