YAML multiline

formatted_text: |
  These three lines of text
  form the value of this key,
  including the new lines.

unformatted_text: >
  These five lines of text
  form the value of this key
  but does not include the new
  lines. Instead it's really
  one long line of text.