PlainTextPostRenderer

Post-renderer that generates plain-text output artifacts.

  • Produces a single plain-text file if there is only one subdocument.

  • Produces a resource group of plain-text files if there are multiple subdocuments.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Functions

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