-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Hello,
When I set the parameter "noEscape" to true, it seems that tokens are added instead of concatenated. So if I reference integers inside tokens, an addition will be realised if no separation character is present between tokens.
According to the documentation, "noEscape" is just a way to disable HTML characters escaping, and I think that a solution would be to use a string version of the variables referenced by the tokens instead of the variables values directly.
Here is an example of the bug with multiple cases: https://jsfiddle.net/mhd0k4ne/70/
Thanks.