Hmmm.
This Section
in the above post should actually be
<a href="#this-section" onclick="openSection('#this-section')">This Section</a>
Here below a workaround for cross-linking to other (sub-)sections, tested on Chrome and Safari.
Link to a section with slug “this-section” by
This Section
Include this script into the headers
<script type=”text/javascript”>
function openSection(location) {
window.location.href = location;
window.location.reload();
}
</script>
Thanks Sagar (@sagar.k).
I have the same problem as @umdiecker. I’m using Documentor Lite and I followed your advice but it only partially worked.
🙂 I can link to subsections within a section and the container section itself.
🙁 However, I cannot link to subsections of another section or to such a section itself.
Thank you in advance for your help.