output_delimiter

On this page

Description:

This key defines how to format the output for parsers such as the content and repeating parsers. Setting this key to block outputs values with leading and trailing newlines, and inline outputs values on a single line with newlines inserted as \n. If unspecified, inline is used when the value is a single line, otherwise block formatting is used.

Appears in:
└── Snippet
    └── params
        └── *
            └── Repeating Parser Configuration
                └── options
                    └── output_delimiter
Type:
string
Examples:
Open in a new tab