Permalink
Cannot retrieve contributors at this time
=== Spec Example 2.14. In the folded scalars, newlines become spaces | |
--- from: http://www.yaml.org/spec/1.2/spec.html#id2761032 | |
--- tags: spec folded scalar | |
--- in-yaml(<) | |
--- > | |
Mark McGwire's | |
year was crippled | |
by a knee injury. | |
--- in-json | |
"Mark McGwire's year was crippled by a knee injury.\n" | |
--- out-yaml(<) | |
--- > | |
Mark McGwire's year was crippled by a knee injury. | |
--- test-event | |
+STR | |
+DOC --- | |
=VAL >Mark McGwire's year was crippled by a knee injury.\n | |
-DOC | |
-STR |