I'm using RH 2015 to link to Word 2013 docments in Sharepoint (no importing, just linking).
If text in Word has a URL link that doesn't have a hashtag, the URL converts fine in RH.
For example: http://www.webpage.com in Word results in this code in RH: <a href="http://www.webpage.com">
If the text in Word has a URL with a hashtag in it, the href is empty in RH.
For example: http://www.webpage.com#paragraph in Word becomes this in RH: <a href="">
Is there a hashtag setting I'm missing?