Say I have the following string:
"abcdefghijklmnopqrstuvwxyz"
And I think its too long for one line in my YAML file, is there some way to split that over several lines?
>- abcdefghi jklmnopqr stuvwxyz
Would result in "abcdefghi jklmnopqr stuvwxyz" which is close, but it shouldn't have any spaces.
"abcdefghi jklmnopqr stuvwxyz"
Use double-quotes, and escape the newline:
1.4m articles
1.4m replys
5 comments
57.0k users