https://issues.dlang.org/show_bug.cgi?id=10365

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Nick Treleaven <[email protected]> ---
BTW this is by design. When we added qualified anchors, I wanted to keep all
existing anchors working. This would have been broken without the leading dot,
e.g.:

Foo.bar
bar

Foo.bar gets the original anchor 'bar', bar also gets the new anchor '.bar'.
Without the dot, an existing link to 'bar' would change from pointing to the
1st to the 2nd item.

--

Reply via email to