I would like to do something like the following:
<code>myKey:
"111, #comment 1
222, #comment 2
333" #comment 3
</code>
<code>myKey:
"111, #comment 1
222, #comment 2
333" #comment 3
</code>
myKey:
"111, #comment 1
222, #comment 2
333" #comment 3
which should turn into
<code>myKey: "111,222,333"
</code>
<code>myKey: "111,222,333"
</code>
myKey: "111,222,333"
Is this possible or what would be the best way to accomplish this?