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
So I'm suggesting to wrap {{ value }} into a <span style="hyphens:none">.
At first, I thought about adding an additional flag (like e.g. {{ value|hyphensNone }}), but now I'm thinking that any modification of the user's input might lead to confusion, so it's probably better to always suppress hyphenation.