Currently, the wiki is already using hash anchor to manage page state. Had quickly worked a first iteration to implement this feature. We use a second # to indicate the headings we want to scroll to when the content comes in (we could use another delimiter if we want to).
- The url part after the second # was case sensitive (internally use :contains selector) and had to match the exact heading text you'll want to refer (even with blank spaces leading to urls escaped).
Not confortable with the use of blank spaces on header (most of time got escaped), has changed to something like:
/docs/#FAQs#no-seriously-its-boilerplate-fault instead of /docs/#FAQs#No Seriously, its Boilerplate's fault!