emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
Line 214: | Line 214: | ||
If you want to use <tt><nowiki><code></nowiki></tt>, you should definitely use <tt><source></tt> instead! It supports Syntax Coloring. You can also specify a language, eg. <tt><source lang="c" line start="55" highlight="4" enclose="div"></tt> : | If you want to use <tt><nowiki><code></nowiki></tt>, you should definitely use <tt><source></tt> instead! It supports Syntax Coloring. You can also specify a language, eg. <tt><source lang="c" line start="55" highlight="4" enclose="div"></tt> : | ||
<source lang="c" line start="55" highlight="4"> | <source lang="c" line start="55" highlight="4" enclose="div"> | ||
// Global variable | // Global variable | ||
int x = 7; | int x = 7; |