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.