Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Text layout within elements

You can control line breaks by YAML means, e.g. following this example:

G1:
  text: |
    This
    is
    shown
    on
    separate
    lines

Alternatively, you can use the -w option and provide a global number of characters after which lines are wrapped.

You can also use the optional charWrap attribute for an element to individually define the number of characters after which line is wrapped. The same attribute can be applied for a complete module at the module section.

Please note that wrapping is done if a whitespace is detected after the given number of characters.