So I have html like:
<p>lorem <a rel='nofollow' href="#ref1">
ipsum</a> dolor</p>
.....
<h4 id="ref1">Ref1</h4>
When using AppendHTML() the link is there but it doesn't work. The bookmark isn't connected properly. Am I doing something wrong? Is there another way to convert HTML to DOC and presever internal links (bookmarks)?
*edit the `rel='nofollow'` is added by the form here, and doesn't exist in my HTML.