Hello,
The Citation link, on my Wikidot site is not navigating to the Bibliography.
http://banddb.wikidot.com/wiki:private-eleanor
I have a Citation template for pre filled formatting, on a test page, which links to an anchor, however, the anchor is not visible. The "[[include citation" is not working unless there is a line break.
http://banddb.wikidot.com/wiki:private-eleanor-test
The following was added to my Custom CSS for navigational highlighting, and works with [[toc]] navigation. Click on "The Beechfields Record Label".
h2 {
color: black;
}
h2:target {
color: white;
background: #f60;
}