YAML Multiline Strings
yaml-multiline.infoYAML Multiline. There are two types of formats that YAML supports for strings: block scalar and flow scalar formats. ( Scalars are what YAML calls basic values like numbers or strings, as opposed to complex types like arrays or objects.) Block scalars have more control over how they are interpreted, whereas flow scalars have more limited ...
YAML Multiline Strings
https://yaml-multiline.infoYAML Multiline Strings YAML Multiline Find the right syntax for your YAML multiline strings There are two types of formats that YAML supports for strings: block scalar and flow scalar formats. ( Scalars are what YAML calls basic values like numbers or strings, as opposed to complex types like arrays or objects.)
YAML Superpowers, part 2: Multiline Strings – Crunchy Development
alisoftware.github.io › 08 › 19Aug 19, 2021 · multi-line-yaml-blocks: examples: string1: > This is a long string, where the indentation was guessed to be 6 leading spaces (aka 2 more leading spaces than the parent node). ). Also note that this long string will be folded into a single-line string with no newline. string2: >2 This is another long string, where the indentation was explicitly indicated to be 2 more spaces than the parent