This message was deleted.
# general
s
This message was deleted.
b
what you have here is a YAML multi line string with a block style indicator (more info): https://yaml-multiline.info/ you'll need to use your language's multi line string ability, so for example with typescript, you can do something like this: https://gist.github.com/jaxxstorm/f6a03e56888888e3c6a24005bc2a68cf
👍 1
I haven't tested this, but hopefully you get the idea
n
Yes, you are right, the
|-
encapsulates the whole block a string.
Please disregard my question