Quote:
Originally Posted by DiapDealer
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:
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.)