View Single Post
Old 04-11-2016, 12:22 AM   #191
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
I found a weird effect when I converted a file with some commented out code:

Original code:
Quote:
<!--<p class="contents"><a href="../Images/ALR30-front.jpg">Front Cover</a></p> -->
<p class="contents"><a href="../Text/ALR30-front.xhtml">Front Cover</a></p>
After conversion:
Quote:
<!--<p class="contents" ><a href="../Images/ALR30-front.jpg"/> <p class="contents"><a href="../Text/ALR30-front.xhtml">Front Cover</a></p>

It has deleted the comment close bracket and also the title of the commented out image link.
So the comment is not closed, the rest of the page disappears, and is invalid.

I would expect whatever I put inside a comment tag should just pass through any conversion.


A lesser annoyance: After the conversion finishes, it asks for a save location and defaults to the top level of "Documents and Settings" every time (I'm using Windows). So I have to click up and down to find the folder I'm working in. Next time it's the same. I would like an option to default save to the same folder as the source, and/or the same folder as used last time.

Last edited by AlanHK; 04-11-2016 at 12:31 AM.
AlanHK is offline   Reply With Quote