When we render to YML, it would be good if we could have it be more human-readable for posterity. That means using multiline strings and stuff.
Something like using js-yaml to emit our yaml would be good. Or, we can do the emitting ourselves and when the strings are long we switch to multiline strings.
When we render to YML, it would be good if we could have it be more human-readable for posterity. That means using multiline strings and stuff.
Something like using js-yaml to emit our yaml would be good. Or, we can do the emitting ourselves and when the strings are long we switch to multiline strings.