In testing I've isolated the problem to the fact that the notes are set up as a list (<ol>).
If I create embedded endnotes in Open Office, export to html, then convert to epub and mobi, it works fine. It works fine if the anchor is a <DIV> or an <A>, whether then NAME attribute or ID is used. If I wrap each note in a <li></li> and the whole thing in <ol></ol>, it fails as described in the first post.
|