You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A summary with nested sections linking to anchors within a page breaks the prev/next buttons. They lead to the same page beginning
Summary.md (excerpt):
# Summary
## Introduction
* [The Red Book](README.md)
* [Preface](Preface.md)
* [The Oopsilon Programming Language](Preface.md#the-oopsilon-programming-language)
* [The Red Book](Preface.md#the-red-book)
* [On Reading the Book](Preface.md#on-reading-the-book)
* [For Whom the Bell Tolls](Preface.md#for-whom-the-bell-tolls)
## Part I
* [Philosophy](part-i/Philosophy.md)
* [A Brief History of Enlightenment and Programming](part-i/Philosophy.md#history)
* [The Enlightenment Dream](part-i/Philosophy.md#the-enlightenment-dream)
* [Structured Programing Emerges](part-i/Philosophy.md#structured-programing-emerges)
* [The Self-Debasing of the Enlightenment](part-i/Philosophy.md#the-self-debasing-of-the-enlightenment)
* [Structured Programming Proves Inadequate](part-i/Philosophy.md#structured-programming-proves-inadequate)
* [Red October](part-i/Philosophy.md#red-october)
* [Object-oriented Programming](part-i/Philosophy.md#oop)
What is the expected behavior?
Suppose one is on README.MD. Then clicking the next arrow will take you to the Preface.md. But from there the next arrow will simply take you to the to anchor "The Oopsilon Programming Language" and from there back to the same place. When the current page is any other anchor, then it will return you to "The Oopsilon Programming Language." The same behaviour occurs on other pages with nested sections - e.g. clicking on 'next' anywhere in Philosophy.md will take you to anchor #history.
The text was updated successfully, but these errors were encountered:
We had a serious show-stopping issue with nested sections breaking the search function and crashing the browser, which we brought to GitBook's attention in January - see #1670
What is the current behavior?
A summary with nested sections linking to anchors within a page breaks the prev/next buttons. They lead to the same page beginning
Summary.md (excerpt):
What is the expected behavior?
Suppose one is on README.MD. Then clicking the next arrow will take you to the Preface.md. But from there the next arrow will simply take you to the to anchor "The Oopsilon Programming Language" and from there back to the same place. When the current page is any other anchor, then it will return you to "The Oopsilon Programming Language." The same behaviour occurs on other pages with nested sections - e.g. clicking on 'next' anywhere in Philosophy.md will take you to anchor #history.
The text was updated successfully, but these errors were encountered: