URL fragment is not visible (it is parsed as token shell-comment comment)
- Hologos
- Member | 19
Hi,
I found a bug in the docs. URL fragment gets parsed as shell comment and is not visible in the browser (macOS 10.15.1, Safari 13.0.3 (15608.3.10.1.4))
This is what I see
We can refer to specific parts on the page using so-called fragments, or anchors, with the hash # symbol:
<a n:href="show">link to Product:show and fragment #comments</a>
The html code is there
<span class="token shell-comment comment">#comments</span>