asily figure out if you're writing valid Yaml

http://yaml-online-parser.appspot.com/

beuner mlncn: in a yml file, is [‘something’,‘another thing’] the equivalent of 20:11 beuner - something 20:11 beuner - another thing 20:14 mlncn beuner: uh… i don’t know. I try not to get creative with Yaml.

mlncn beuner: but if you insist: http://yaml-online-parser.appspot.com/ 20:20 beuner :) 20:20 beuner thank you 20:20 beuner that’s great - so it’s just json 20:21 mlncn beuner: to my surprise, yes, it is equivalent 20:21 mlncn beuner: the tricky thing is the spacing and lines. That is: 20:21 mlncn - 20:21 mlncn - something 20:21 mlncn - another thing 20:21 beuner right 20:21 beuner that’s what i meant ;) 20:21 mlncn is what is equivalent to: 20:21 mlncn - [‘something’,‘another thing’]

#ShowAndTell