I wanted to try e.g. [dog:cat:0.5] in a value for a "Prompt" axis, but square brackets denote lists in YAML.
I tried escaping with \[dog:cat:0.5\] but the backslashes made it into the final prompt, which caused the prompt to "fail".
Is this a feature request, or is there already a way to accomplish this that I don't know about?
I wanted to try e.g.
[dog:cat:0.5]
in a value for a "Prompt" axis, but square brackets denote lists in YAML. I tried escaping with\[dog:cat:0.5\]
but the backslashes made it into the final prompt, which caused the prompt to "fail".Is this a feature request, or is there already a way to accomplish this that I don't know about?