quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.ast.dsl
/
buildBlocks
build
Blocks
fun
buildBlocks
(
block
:
BlockAstBuilder
.
(
)
->
Unit
)
:
List
<
Node
>
Begins a DSL block for building block nodes.
Return
the built nodes
Parameters
block
action to run with the block builder
See also
Block
Ast
Builder