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