HTML to epub disable class change
while I convert HTML to epub, the input classes changed in the output randomly.
For example, the input HTML had
<div class="tableofcontents">......
<div class="poem">..........
<p class="gototop">..........
But the converted output changed the class to
<div class="tableofcontents">......
<div class="tableofcontents">..........
<p class="tableofcontents">..........
this is lot annoying as I can't changed them manually. Any help? thanks
|