Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Created November 18, 2013 06:33
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save rjattrill/7523554 to your computer and use it in GitHub Desktop.
Save rjattrill/7523554 to your computer and use it in GitHub Desktop.
Break YAML over multiple lines
# Join multiple lines without new line
value: >
part 1
part 2
# Join with newline
value2: |
line 1
line 2
@thakurajayL
Copy link

Thank you.

@ZackWhiteIT
Copy link

ZackWhiteIT commented Aug 23, 2018

@@rjattrill Thanks for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment