code content provider

blackstork/builtin, v0.4.2

Description

Formats text as code snippet

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 code {
  # Required string.
  # For example:
  value = "Text to be formatted as a code block"

  # Specifiy the language for syntax highlighting
  #
  # Optional string.
  # For example:
  # language = "python3"
  # 
  # Default value:
  language = ""
}