In zf2, how do we write the routing to point to a bookmark in a page? For example, if a target page had this:
<h2 id="tips">Useful Tips Section</h2>
and we want the router to generate this:
<a href="target_page#tips">Visit the Useful Tips Section</a>
what route types should be used and what's the syntax?