I enter text (for example in German:
'Vor- und Nachteile meiner "xy"-Lösung'
and Jira misunderstands the "-" after "Vor" and the "-" before "Lösung" as a pair of special characters so that the middle part of my text becomes strike-through text:
'Vor und Nachteile meiner "xy"Lösung'
here as some options
Replace - with – (en dash) or ‑ (non-breaking hyphen):
Vor– und Nachteile meiner "xy"–Lösung
Wrap the text in {noformat} or {{code}}
{noformat}
Vor- und Nachteile meiner "xy"-Lösung
{noformat}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.