Escaping colons in YAML

Hi,

Does anyone know how to escape colons in YAML?

you can double-quote the whole string. I have tried it for quoting values anyway, never keys, so not sure if it will work for you

this works for sure

key: "a value with : in the middle"

regards,

javier ramirez