We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is an HTML file to reproduce the bug:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="Content-type" content="application/xhtml+xml; charset=UTF-8" /> <title>List</title> </head> <body> <ul> <li><p>Item 1.</p></li> <li><p>Item 2.</p></li> <li>Item 3.</li> <li><p>Item 4.</p></li> </ul> </body> </html>
I opened it with cr3qt/cr3 and it is displayed as follows:
cr3qt/cr3
In Firefox, all list items look the same:
Same HTML packed in EPUB also displays incorrectly.
The text was updated successfully, but these errors were encountered:
It'd be a good idea to look at the KOReader modifications in this matter. It renders correctly:
(Add a <style>p {text-indent:1em}</style> to the document to give Fx the same styles as our defaults.)
<style>p {text-indent:1em}</style>
Sorry, something went wrong.
Interesting, I did not know that KOReader is based on crengine. A link for reference: https://github.com/koreader/crengine
I have compared this repo with https://github.com/koreader/crengine
It seems there are changes specifically fixing this bug in koreader: koreader/crengine@81b8707
No branches or pull requests
Here is an HTML file to reproduce the bug:
I opened it with
cr3qt/cr3
and it is displayed as follows:In Firefox, all list items look the same:
Same HTML packed in EPUB also displays incorrectly.
The text was updated successfully, but these errors were encountered: