stdout publisher

blackstork/builtin, v1.0.0

Description

Writes the rendered document to standard output.

The stdout publisher is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.

Configuration

This publisher does not accept any configuration arguments.

Usage

This publisher accepts the following arguments within a publish stdout block:

# The `publish` block also accepts the generic `format_ref` argument to link to a formatter.

publish stdout {
}