Files
jekyll/test/source/_config_folded.yml
ashmaroli 026f8280e0 Ignore final newline in folded YAML string (#6054)
Merge pull request 6054
2017-07-18 03:29:33 -04:00

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