Type: code

Editable: false

Tags: pre , pre/code, figure/pre

The pre tag will become a code block. The template for the code block is specified in the code.template setting and by default it is <pre></ pre>. You can change this to your template, but the template should always have a pre tag.

<pre>...</pre>
<pre><code>...</code></pre>
<figure><pre>...</pre></figure>