View Single Post
Old 09-20-2017, 12:36 PM   #17
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Quote:
Originally Posted by DiapDealer View Post
Done.
Thanks for the quick response.


I think the reason I only noticed this recently is because "pretty print" has changed.

Previously (version .91, which I used until about a month ago,) if you had a heading:

Code:
<h3>1<br/>One</h3>
If you did "Clean source", as was default on every save, it became
Code:
  <h3>1<br/>

One</h3>
And that in turn generated "1 One" as the TOC title.


But the "prettify" in 0.98 will not create such breaks; in fact it closes them up, which I find irritating. I would much prefer to see a linebreak in code after a <br/>.
When I format poetry, I do each stanza as a para, with <br/> at each line end. "Clean source" handled that. But "Prettifying" now melts each stanza into a single soft wrapped line of code. (I know, the display is the same, so now I have to preview to be sure the breaks are correct.)

Last edited by AlanHK; 09-20-2017 at 12:38 PM.
AlanHK is offline   Reply With Quote