Permalink
Cannot retrieve contributors at this time
=== Multiline plain scalar with empty line | |
--- from: @perlpunk | |
--- tags: mapping scalar | |
--- in-yaml(<) | |
--- | |
plain: a | |
b | |
c | |
--- in-json | |
{ | |
"plain": "a b\nc" | |
} | |
--- out-yaml(<) | |
--- | |
plain: 'a b | |
c' | |
--- test-event | |
+STR | |
+DOC --- | |
+MAP | |
=VAL :plain | |
=VAL :a b\nc | |
-MAP | |
-DOC | |
-STR |