xref: /freebsd/contrib/libyaml/examples/strings.yaml (revision 0f5c86ddb0257f4b7620f1d8e898289be30b19bf)
1*0f5c86ddSBaptiste Daroussinunqouted: string
2*0f5c86ddSBaptiste Daroussinliteral-block: |
3*0f5c86ddSBaptiste Daroussin    This entire block of text will be the value of the 'literal-block' key,
4*0f5c86ddSBaptiste Daroussin    with line breaks being preserved.
5*0f5c86ddSBaptiste Daroussinfolded: >
6*0f5c86ddSBaptiste Daroussin    This entire block of text will be the value of 'folded', but this
7*0f5c86ddSBaptiste Daroussin    time, all newlines will be replaced with a single space.
8