Another way to set anchor links:
Set a code block above the point on the site you want to jump at (e.g. above a Headline, …).
Fill the code block with an empty div: <div id="your-anchor-name"></div>
Then set the link to jump to the anchor like this: /pagename/#your-anchor-link
Hope that helps