-
-
Notifications
You must be signed in to change notification settings - Fork 48
Description
I have a project with about 40 html files, many of them with internal anchors and links to such internal anchors. An example:
<a href="Project3.htm#Create">New Project</a>
In the source file, the anchor is:
<h2><a name="Create"></a>Creating New Projects</h2>
With version 1.9.3, these links are correctly resolved in the PDF file. But with newer versions, all links to an internal anchor are broken. When hovering over the link, is shows as:
file:///Users/Shared/.../Project3.htm%23Create
I'd prefer to use the current version since it contains relevant bug fixes, but the broken links to internal anchors prevent that. This issue was introduced shortly after 1.9.3, possibly in 1.9.4. I have tried a number variations of defining the elements, but nothing worked.