]> andersk Git - libyaml.git/blob - examples/strings.yaml
Update .gitignore with latest generated files
[libyaml.git] / examples / strings.yaml
1 unqouted: string
2 literal-block: |
3     This entire block of text will be the value of the 'literal-block' key,
4     with line breaks being preserved.
5 folded: >
6     This entire block of text will be the value of 'folded', but this
7     time, all newlines will be replaced with a single space.
This page took 0.030153 seconds and 5 git commands to generate.