Code


General Info


<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:

  • html
  • apache
  • bash
  • cpp
  • cs
  • coffescript
  • css
  • diff
  • javascript
  • java


<pre><code class="javascript">
    The code here
</code></pre>