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: c#">void

void MyEventTrapWithParameter(object sender, EventArgs e, int MyExtraParam)
{
   // do some stuff here
}
</pre>