Not logged in - Login
< back

Using Syntax Highlighting in Wiki

Roadkill Wiki uses the highlight.js javascript to handle the syntax highlighting.

For other formatting, it is set to use the Creole markup language: wiki creole.

The following page lists all of the languages that can be specified in the 'lang' setting in the syntax highlighting: demo.

 
<pre class="brush: html">&lt;div class=&quot;left&quot;&gt;hello world&lt;/div&gt;</pre>

<div class="left">hello world</div>