Quote:
Originally Posted by RbnJrg
In my test with ADE 4.5 I didn't notice anything with
Code:
<p>—<span class="ps"> </span>Lorem ipsum dolor sit amet, consectet...</p>
------------
p {
text-align: justify;
}
.ps {
white-space: pre;
}
|
Just confirmed.
In ADE:
Using didn't stretch.
Using 1 or more normal space (as the previous examples), you get the stretchiness.
I attached an EPUB using your code + various amounts of normal spaces.
Quote:
Originally Posted by RbnJrg
The solution is not intended to be applied in a middle of a sentence, just at the beginning.
|
Hmmm, I'm not familiar enough with languages that use this "quotation dash" convention.
Is it guaranteed they always begin the line? These types of dashes can't occur in the middle of paragraphs?
Because wrapping the in a <span> line-breaks in ADE... which defeats half of the actual functionality!