Changes
/* Code */
Use either a leading blank to format text as source code, or the <code><code>-Tag</code> for regular code highlighting.
For highlighting a syntax of a specific programming language, use the source<syntaxhighlight>-Tag (values for '''lang''' are for example: csharp, xml, ...).
<pre><nowiki>
<source <syntaxhighlight lang="csharp">
// Hello World in Microsoft C#.
}
}
</sourcesyntaxhighlight>
</nowiki></pre>
which will result in
<source syntaxhighlight lang="csharp">
// Hello World in Microsoft C#.
}
}
</sourcesyntaxhighlight>
=Images=