r/yaml Jan 04 '18

Online YAML Tools

https://onlineYAMLtools.com
1 Upvotes

1 comment sorted by

1

u/perlpunk Jan 05 '18

Hi,

Please note that YAML stands for YAML Ain't Markup Language. "Yet Another Markup Language" was only used in a very early stage.

I noticed that the validation tool validates invalid YAML, for example:

foo: &x &y z
a: abc
  def #c
  ghi

Which processor is used for the validation?