You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update:
In could use {{=<% %>=}}Put your escaped text here<%={{ }}=%> to escape things, but it acts weirdly in some cases.
Examples:
{{=<% %>=}}{{abc.pascalCase()}}<%={{ }}=%> results in {{#pascalCase}}{{abc}}{{/pascalCase}}
To solve this, use {{=<% %>=}}{{<%={{ }}=%>abc.pascalCase(){{=<% %>=}}}}<%={{ }}=%>, ugly but works (note: what we did in the workaround is that we only escaped the {{ and }}
{{=<% %>=}}{{abc}}<%={{ }}=%> works normally and results in {{abc}}
Minimal Repro:
__brick__
folder, create file called test (or any other name){{{Haidar}}} says thank you Felix for the awesome package!
Expected:
contents of test are literally
{{{Haidar}}} says thank you Felix for the awesome package!
Actual:
contents are
says thank you Felix for the awesome package!
Note:
The {{{}}} does not work even for file/folder names
The text was updated successfully, but these errors were encountered: