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
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Just to be clear, there's no notion of "escaped" vs. "not escaped" content in pattern parameters. They're not actually using Mustache. That said, I'll make sure PL checks for vars with triple braces too.
I'm incorporating pattern parameters into my patterns, like so:
The pattern itself looks like this:
And the output ends up coming out like this:
{Some text with a link}
Expected behavior: braces would not appear wrapped around the output text.
The text was updated successfully, but these errors were encountered: