How do you put HTML or XML into a YAML?
Example Here is a sample record from a YAML-based snippet management system I created years ago: – caption: fieldset msie5 tinycap: fieldset domain: html desc: fieldset and legend tag wwbody: | <fieldset> <legend>legend</legend> </fieldset> You can repeat that or something like it for all the snippets you want to manage. This particular system stores the … Read more