How to Hide Hyphens
It is possible to hide hyphens for cases where they are not needed (for example, when
hyphenation occurs in a section of code). To hide the hyphens, use the space character in the
-oxy-hyphenation-character
property:pre {
-oxy-hyphenation-character:" ";
}