key: > a very very long string
–> "a very very long string"
"a very very long string"
And with literal newlines:
key: | another very very long string
–> "another very very\nlong string"
"another very very\nlong string"