I seem to be unable to create a URL to an anchor if the page title contains a number.
for example page name is 3Roadmap with an anchor of test
so the URL I use is */3Roadmap#3Roadmap-test
and nothing happens. If I remove the 3 from the page title and use:
/Roadmap#Roadmap-test
Then I am able to get it to work.
See Jon answer from similar thread
Basically all pages that start with a number would need an "id-" to work correctly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.