HtmlSubdocumentPostRenderer

A PostRenderer for subdocuments, which generates a group (directory) containing a index.html resource, and a media directory if needed, and redirects scripts, themes, and other resources to the root's (HtmlPostRenderer) resources.

Parameters

base

the base HtmlPostRenderer to delegate rendering to

Constructors

Link copied to clipboard
constructor(context: Context)

Note: Quarkdown currently exports subdocuments at a single level of nesting, hence the relative path to root is hardcoded to ... This may change in the future.

constructor(base: HtmlPostRenderer)

Properties

Functions

Link copied to clipboard
Link copied to clipboard
open override fun generateResources(rendered: CharSequence): Set<OutputResource>
Link copied to clipboard
open override fun wrapResources(name: String, resources: Set<OutputResource>): OutputResource?