fullChain
fun fullChain(source: CharSequence, renderingComponents: RenderingComponents, options: PipelineOptions): PipelineStage<Unit, Set<OutputResource>>
Creates a full pipeline stage chain that processes the input source text through all stages, up to resource generation.
Return
a pipeline stage that processes the input source text and produces output resources
Parameters
source
the raw input text to be processed
renderingComponents
the rendering components to use in the rendering stages