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

Bullet lists

Bullet lists starting with - or * are detected. The * is replaced by a nicer symbol. Line breaks are indented if introduced by e.g. line wraps or defined in the source.

Example

G1:
  text: |
    This is a test for bullet lists:
    - Let's see if this works.
    - Another item.
    - Another item with *bold* text.
    - Another item with _italic_ text.

    Some other text.
  charWrap: 20
  supportedBy: Sn1

Sn1:
  text: |
    This is a test for bullet lists:
    * Let's see if this works.
    * Another item.
    * Another item with *bold* text.
      And this is an indented line.
    * Another item with _italic_ text.

will be rendered to:

Rendered Example