Docs x - in-page navigation bar

Post Reply
my216
Jr. Bludit
Posts: 2
Joined: Sat Aug 22, 2020 2:24 am

I can't figure out how to get the in-page navigation menu (the shaded grey box on the right of the page entry with the internal links). Anyone know how?
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

To create the TOC you have to use the HTML tag h2 for titles. Further you have to add to the tag an ID:

Code: Select all

 <h2 id="...">
If there are two or more h2 the TOC will be created.

If you use Markup you have to use h2 instead of ##.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply