It seems PDF links are not generated if the target is an anchor with empty content, like `<a id="name"></a>`. Please see the attachment for a minimal example.
test.html is a valid HTML file. Link "one" is not generated for `<a id="one"></a>`, although the style is good. If the anchor is changed to `<a id="two"> </a>`, the link is fine.
One reason why empty content anchors have to be used is to insert an anchor "anywhere" in Markdown. Thanks!
test.html is a valid HTML file. Link "one" is not generated for `<a id="one"></a>`, although the style is good. If the anchor is changed to `<a id="two"> </a>`, the link is fine.
One reason why empty content anchors have to be used is to insert an anchor "anywhere" in Markdown. Thanks!