OutputContext

laika.ast.OutputContext
See theOutputContext companion object
sealed abstract class OutputContext

Describes the output for a render operation.

The format selector is used by any configuration elements that allows to restrict the output of documents to certain target formats. It is not always identical to the fileSuffix used for the specific format.

Attributes

Companion
object
Source
OutputContext.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fileSuffix: String

The suffix to be used for file names for this output format.

The suffix to be used for file names for this output format.

Attributes

Source
OutputContext.scala
def formatSelector: String

Identifier that matches configured formats in TargetFormats, used to filter content for specific output formats only.

Identifier that matches configured formats in TargetFormats, used to filter content for specific output formats only.

Attributes

Returns
Source
OutputContext.scala