blockquote content provider
blackstork/builtin, v0.4.2
Description #
Formats text as a blockquote
The blockquote content provider is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.
Configuration #
This content provider does not accept any configuration arguments.
Usage #
This content provider accepts the following arguments within a content blockquote block:
content blockquote {
# Required string.
#
# For example:
value = "Text to be formatted as a quote"
}