summaryrefslogtreecommitdiff
path: root/examples/strings.yaml
blob: 31b641f4f3cdc211808500329ab370d02152d788 (plain)
1
2
3
4
5
6
7
unqouted: string
literal-block: |
    This entire block of text will be the value of the 'literal-block' key,
    with line breaks being preserved.
folded: >
    This entire block of text will be the value of 'folded', but this
    time, all newlines will be replaced with a single space.