View Single Post
Old 09-13-2017, 12:17 PM   #1
simplisity
Junior Member
simplisity began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jun 2017
Device: Kindle
Preventing Calibre from rewriting custom HTML in recipe?

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
simplisity is offline   Reply With Quote