Closed digitalgym closed 8 years ago
Is the a way to stop emoji characters from being escaped when used in parameter?
Hi there,
We implement the mustache spec which can be found here. By default all variables are HTML escaped, to return un-escaped use triple mustaches {{{variable}}}.
{{{variable}}}
Thanks!
Is the a way to stop emoji characters from being escaped when used in parameter?