Escape placeholders
Using @raw
Sometimes you don't want a placeholder to be evaluated in a literal value. You can do this with the @raw annotation. This is particularly useful in sheets.
-
start: return: unescaped: You escape {{placeholders}} with the `@raw` annotation escaped@raw: You escape {{placeholders}} with the `@raw` annotation
-
__return: unescaped: You escape with the `@raw` annotation escaped: You escape {{placeholders}} with the `@raw` annotation