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="5"></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="5"></tt> : | ||
<source lang="c" line start="55" highlight=" | <source lang="c" line start="55" highlight="5"><!-- enclose="div"--> | ||
// Global variable | // Global variable | ||
int x = 7; | int x = 7; |