The original author recommended always wrapping your code in a <pre> tag; however, most times you generally don't need to. To use it, simply surround your code with as such and specify your language type:
[code lang="c"] int main(int argc, char** argv) { return 0; } [/code]
And the result is:
int main(int argc, char** argv) { return 0; }
The following is a list of currently supported languages:




