I'm developing a project based on a wiki. One of its functionality is assigning anchors to heading (h1. h2.,etc) and I want to link a word to one of this anchors so when it's clicked the page automatically scrolls down to the correct heading. As it says on the help page the anchor should be used as following:
Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.
And then adds:
[[Guide#further-reading]] takes you to the anchor "further-reading". Headings get automatically assigned anchors so that you can refer to them
So I tried to use it by writing [[LBAW#Glossario]], or [[LBAW"#Glossario"]] or [[LBAW#"Glossario"]]....none of them worked creating a new page each time instead of scrolling down as it should. If anyone could give any advised I would be very much appreciated.