This yaml work:
-
test: >
long
This yaml does not:
-
test: >
long
test
text
This does not work:
-
test: >
"long
test
text"
How can I make it multiple lines? The question has been answered before but not on a sub level I think.
Do I have to indent the last rows?
I use this service to test it: http://yaml-online-parser.appspot.com/