- Description:
This key defines how to format the output for parsers such as the content and repeating parsers.
Valid values are either
inlineorblock.When set to
block, values will always be output with leading and trailing newlines.When set to
inline, values will always be output on a single line, with newlines inserted as\n.If unspecified,
inlinewill be chosen when the value is a single line, otherwiseblockformatting will be used.- Appears in:
└── Snippet └── params └── * └── Repeating Parser Configuration └── options └── output_delimiter- Type:
string- Examples: