Markdown to ePub generation of ID attributes
Has the generation of ID attributes changed recently? In previous conversions the values generated were strings like pb_id_123 but now the values seem to take the contents of the tag.
So what used to be:
<h2 id="pb_id_1" class="calibre1">A Commentary on St. Paul's Epistle to the Galatians</h2>
now becomes:
<h2 id="a-commentary-on-st-pauls-epistle-to-the-galatians" class="calibre1">A Commentary on St. Paul's Epistle to the Galatians</h2>
with corresponding changes in all references to the link, e.g. in the toc.ncx.
Is there a tweak to control this?
|