quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.pipeline
/
Pipelines
Pipelines
object
Pipelines
Storage for keeping track of active pipelines.
Members
Functions
attach
Link copied to clipboard
fun
attach
(
context
:
Context
,
pipeline
:
Pipeline
)
Attaches a pipeline to a context.
get
Attached
Pipeline
Link copied to clipboard
fun
getAttachedPipeline
(
context
:
Context
)
:
Pipeline
?