Hi,
I have a mobi that converts and ends with the TOC, all the content ends up missing. I looked at the debug output and this occurs at the end of the TOC:
Code:
</BLOCKQUOTE</BODY>
</HTML>
Despite the error, it displays ok on Kindle. I tried a regex search and replace ("<\/a><br\/><\/body><\/html>"), how it is after it's processed; that didn't do the trick. Is there anyway to successfully convert the book? Since it's the html is pretty simple (no index with lots of hyperlinks), I could take the input html and go with that. Though if there's anyway, it'd be nice to know.
thanks.