I have a recipe which outputs custom HTML. When I convert it to EPUB or MOBI in Calibre, a lot of the HTML gets rewritten. Specifically, a lot of the HTML class names get rewritten. For example
Code:
<div class="foobar">
will get rewritten to
Code:
<div class="calibre6">
.
Is there any way to completely prevent Calibre from rewriting or modifying my HTML?
Thank You