Mit dem Style "prettify" kann das Nowiki Markup mit Syntaxhighlighting versehen werden. Anstatt "prettify" kann auch der Ausdruck "code" verwendet werden.
Beispiel#
function helloWorld() {
alert("Hello World!");
}
Code#
%%prettify
{{{
function helloWorld() {
alert("Hello World!");
}
}}}
%%
Add new attachment
Only authorized users are allowed to upload new attachments.

