View Single Post
Old 06-02-2017, 10:05 AM   #12
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,743
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by DiapDealer View Post
Thanks! Saved me some time.
BTW, the code is not 100% identical. With Sigil 0.7.4 and 0.8.6. I got:

Code:
  <p class="noind">Non onono nono nonono,<br /></p>

  <div style="text-indent: 0px;">
    <span style="text-indent: 1.5em;">nono nono nonono no no nono nonono no no no...</span>
  </div>
However with Sigil 0.9.8 I got:

Code:
 <p class="noind">Non onono nono nonono,<br/></p>
<div style="text-indent: 0px;"><span style="text-indent: 1.5em;">nono nono nonono no no nono nonono no no no...</span></div>
<p></p>
I.e., the older versions didn't generate the final empty paragraph.

BTW, I got the following code with Sigil 0.7.4, 0.8.9 and 0.9.8, when I just hit the Enter key:

Code:
  <p class="noind">Non onono nono nonono,</p>

  <p class="noind"><span style="text-indent: 1.5em;">nono nono nonono no no nono nonono no no no...</span></p>
Doitsu is offline   Reply With Quote