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

parse/invalid-character

This happens when a character literal is not one of the supported character forms.

Mitigations

Use a single character. You can also use a supported named character such as \newline or \space. A valid Unicode character form also works.