Before logging a bug – is there a problem with named anchors?
I was just trying to clarify firstArg documentation by adding a note to the <!
section of the Operators overview file.
Then I wanted to link to it from Symbolic Notations. <!
seemed to be problematic as the link target, so, in Operators, I did:
anchor:: firstArg
method:: <!
Return first argument.
Then See link::Overviews/Operators#firstArg#Operators:<!::...
produces the right HTML: <a href="./../Overviews/Operators.html#firstArg">Operators:<!</a>
.
But in the help browser, clicking on this link doesn’t jump to the anchor.
hjh