-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render page as HTML if it's is not valid XHTML #699
Comments
I take back what I said about "non-fatal". I forgot that epub uses XHTML, so you have to close tags... |
I found a workaround which is to convert the bad formatted epub to a properly formatted one using calibre, then Foliate can read it normally. I'm not sure if this issue is still relevant but it would be nice if Foliate can render the bad one normally like calibre without having to convert first. |
I think maybe it can try detecting the error and try parsing as HTML instead. It would require patching Epub.js, though. |
Fixed in the |
Question:
When Foliate encounters mismatching tag, it shows a big red box with these info.
Is there any way I can force Foliate to ignore these non-fatal errors? (aka no red boxes)
Version:
The text was updated successfully, but these errors were encountered: