String Literal - Whitespace Delimiters

Whitespace Delimiters

In YAML, string literals may be specified by the relative positioning of whitespace and indentation.

- title: An example multi-line string in YAML body : | This is a multi-line string. "special" metacharacters may appear here. The extent of this string is indicated by indentation.

Read more about this topic:  String Literal