Internal Links

Internal links of the book are handled differently from the links that lead to webpages outside the book.

Use class="page" with href="[page_no]" like so:

class="page" href="20"

to link to page number 20 of the book.

Checkout the HTML of the index page of this book, for example. Internal linking is a cool way to connect pages of a book that is already loaded in the dom.

It is mandatory to use Bubblin's Internal Linking API when connecting to pages within the book.