NavLinks

The NavLink corresponds to the common hyperlink

chapter.append(new NavLink("Back to TUI documentation TOC", "https://mbordas.github.io/tui/"));

Produces: Back to TUI documentation TOC

Style

You can customize both its layout and its text:

navLink.customStyle() [...]
navLink.customTextStyle() [...]