We have foot notes that are links:
However the conversion removes the class footnote from the link.
The class is needed because the number 51 is a <sup> tag but made only using CSS.
If the class is removed it is not possible to style the link anymore to be a <sup>.
Is there any way from stopping Calibre from removing specific classes?
:help:
Code:
<a name="txt51" id="txt51"></a><a class="footnote" href="#ftn51" title="Note 51">51</a>
The class is needed because the number 51 is a <sup> tag but made only using CSS.
If the class is removed it is not possible to style the link anymore to be a <sup>.
Is there any way from stopping Calibre from removing specific classes?
:help: