I have a yaml file that is valid and includes this snippet:
code:
-
>
<title> Jane's Website </title>
Which is parsed as an array:
"code": [
"<title> Jane's Website </title>"
]
How do I get the psych library to write the yaml this way?