When it is used
Put a token inside a <pre>, <code>, <kbd> or <samp> element and nanoesis infers a code field. The value is shown exactly as typed, in a monospaced font.
It is inferred from the element, so you do not opt in. Anything you type, including angle brackets and braces, is kept literally and never run.
Example
A token inside a pre element becomes a code field:
<pre>{snippet}</pre>In the editor
In the editor this is a plain monospaced box. Whitespace is preserved, so it suits commands and short code samples.
The content is treated as literal text, so it is safe to paste markup or template syntax here.