Special characters in .YML (blueprint)

How can one include special characters in the blueprint?

I tried wrapping them in single-quotes (’) and double-quotes ("), but when doing so - even the quotes show up in the panel :wink:

I need Section #ID - but it gives Section ‘#’ ID

Escaping with (trailing) slash doesn’t work as wel… not a big issue - but nice to know!

You need to wrap the whole label in double quotes:

label: "Section #ID"
2 Likes

Yes! :slight_smile:

1 Like