News

multi-line strings to a YAML document. Most of them preserve the literal newlines present in the multi-line string. And generally that is what you want in a multi-line string.
ops: example: config: | hello\nworld this is interesting:\n\n a newline just wraps the input, there is no newline before a. The | at the beginning tells it to handle the entire indented block as a ...