You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am persisting various objects to YAML files, some of which have string properties that are multi-line. My LiteralMultilineEventEmitter is working to a degree, however the format of the YAML multi-line indicator isn't what I was expecting/wanting.
Firstly, great library, thanks 👍
I am persisting various objects to YAML files, some of which have string properties that are multi-line. My LiteralMultilineEventEmitter is working to a degree, however the format of the YAML multi-line indicator isn't what I was expecting/wanting.
Demo code;
The above code outputs;
However I was expecting;
i.e. I would like to to have | (not |- with the extra hyphen), is there an override possible here or am I missing a configuration option?
The text was updated successfully, but these errors were encountered: