mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-09 15:08:08 -05:00
9 lines
187 B
YAML
9 lines
187 B
YAML
folded_string: >
|
|
This string of text will ignore
|
|
newlines till the next key.
|
|
foo: bar
|
|
clean_folded_string: >-
|
|
This string of text will ignore
|
|
newlines till the next key.
|
|
baz: foo
|