Quote:
Originally Posted by rashkae
Not tested, (and would have be tested on both epub and kepub).. But here's the technical answer.
https://stackoverflow.com/questions/...breaking-space
Since a nowrap span is not working, I was thinking you could try putting a word-joiner, ⁠ ; between your punctuation and the * / >.
|
Wicked! I just made a test file with a few different options, and the word-joiner totally works!!! Thank you so much!
New text:
*Hi! How are you?⁠ ;*
<Hello. I'm good.⁠ ;>
(space before ; deleted though)
I had a little bit of a scare when I added it in, then used Sigil's clean-up to prettify the html file and it disappeared... until I remembered to add it to the "Preserve Entities" exclusions in Preferences and they all came back. So it'll be there when I forget it too...
I am now going to open all my book files, and put this little baby everywhere...