ProxiedPostRendererResource

A PostRendererResource that delegates resource generation to another PostRenderer.

This enables composition of post-renderers by including resources generated by a base renderer (e.g., com.quarkdown.rendering.html.post.HtmlOnlyPostRenderer) as part of the current output.

Parameters

base

the post-renderer whose generated resources will be included

Constructors

Link copied to clipboard
constructor(base: PostRenderer)

Functions

Link copied to clipboard
open override fun includeTo(resources: MutableSet<OutputResource>, rendered: CharSequence)

Collects resources and adds them to the output set.