Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/libyaml/examples/strings.yaml
39507 views
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.
8
9