mirror of
https://github.com/yaml/libyaml.git
synced 2026-01-26 19:19:02 +00:00
8 lines
289 B
YAML
8 lines
289 B
YAML
unquoted: 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.
|