Wanted to break our long UNC path names in hyperlinks at backslash "\" characters.
None of the following worked:
Finally, I was successful using the '_' character:
Bug, or maybe wrong syntax with the backslash characters?
None of the following worked:
a, a * { prince-text-replace: "\\" "\\\200B"}
a, a * { prince-text-replace: "\5c" "\5c\200B"}
Finally, I was successful using the '_' character:
a, a * { prince-text-replace: "_" "_\200B"}
Bug, or maybe wrong syntax with the backslash characters?
- - -
Johann