blockquote content provider

blackstork/builtin, v0.4.2

Description

Formats text as a block quote

The content provider is built-in, which means it’s a part of fabric binary. It’s available out-of-the-box, no installation required.

Configuration

The content provider doesn’t support any configuration arguments.

Usage

The content provider supports the following execution arguments:

content blockquote {
  # Required string.
  # For example:
  value = "Text to be formatted as a quote"
}