1.When I export an article to a PDF hyphenation don't work if the last word of line is bolded (or italic or underline).
This is an example sentence showing hyph
enation. (wrong hyphenation if last word is bolded or italic or underline)
2.If last word is not bolded or italic or underline hyphenation works fine.
This is an example sentence showing hyphenation. (correct hyphenation)
3.In my CSS I use following function.
div { word-wrap: normal !important; }
I assume that this function should fix the problem. But the function shows not effect.
Hello Shannon,
We use the latest version of confluence 7.0.1.
Below you can see a picture for Hyphenation in Confluence.
Below you can see a picture for Hyphenation in PDF Export.
As you can see, both pictures show different hyphenations.
Best Regards,
Copac CS Stendal
Hello @Copac CS Stendal,
Thank you for confirming that. You are running into the following bug:
You can try the following in your CSS stylesheet:
body, p, li, td, table, tr, .bodytext, .stepfield { word-wrap: normal; } .wiki-content p { word-wrap: normal; }
Let me know how that goes!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Copac CS Stendal,
Thank you for contacting us about this. Could you please show me an example of how this looks in both Confluence and on the PDF export?
Which version of Confluence are you using?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.