<code> tag can be used to document areas from your site, just like we used in our examples here.
<pre><code>
The code here
</code></pre>
This feature uses highlightjs.
You can set the code language <code> by applying the following classes:
<pre><code class="javascript">
The code here
</code></pre>