HTML export: Losing #anchor in hyperlink URLs
Hi,
We've been trying to export HTML from InDesign files, which on most cases works properly.
But, there's an issue with #anchors in hyperlink URLs.
For example, if the hyperlink URL is http://example.com/test.html#heading1, I expected the export result would be like below:
<a href="http://example.com/test.html#heading1">Link text</a>
However, the actual result is like below:
<a href="#heading1">Link text</a>
, losing the base URL altogether.
Is there any method to solve this? It puts quite some bit of workload on our team, to manually fix all the hyperlinks.
Any help would be appreciated.
Thanks!
