]> andersk Git - libyaml.git/blame - examples/strings.yaml
Include an example of a %YAML tag
[libyaml.git] / examples / strings.yaml
CommitLineData
1d24d4d2
AG
1unqouted: string
2literal-block: |
3 This entire block of text will be the value of the 'literal-block' key,
4 with line breaks being preserved.
5folded: >
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.55228 seconds and 5 git commands to generate.