I have a KA1
An ebook of mine has the following html code:
with the following css code
The book was made in epub format with the calibre editor and converted in kepub with calibre.
That above code is rendered exactly by the calibre viewer, as you can see in the images
Attachment 174726
Attachment 174727
but is poorly rendered by the aura one: as you can see the "monospace" attribute is lost
Attachment 174724
Attachment 174725
Is there something to do to solve this problem?
An ebook of mine has the following html code:
Code:
<div class="example">
<pre class="example"> --- --- --- --- --- ---
| | |--> | | |--> | | |--> nil
--- --- --- --- --- ---
| | |
| | |
--> rose --> violet --> buttercup
</pre></div>Code:
div.example {
margin-left: 3.2em;
font-family: monospace;
}
pre.example {
font-family: monospace;
}That above code is rendered exactly by the calibre viewer, as you can see in the images
Attachment 174726
Attachment 174727
but is poorly rendered by the aura one: as you can see the "monospace" attribute is lost
Attachment 174724
Attachment 174725
Is there something to do to solve this problem?







