Neon parsing – multiline strings
Notice: This thread is very old.
- hever
- Member | 4
How to write multiline string in Neon? I can't find a way in neon sanbox.
YAML knows it: http://yaml.org/…or_ruby.html#…
- David Grudl
- Nette Core | 8218
Multiline strings are now supported using \n
in double quoted
string: "Line \n Line2"
.