Code Snippet is WordPress plugin for displaying code with highlighting in blog posts using the GeSHi engine.
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:
Requires: 2.0 or higher
Compatible up to: 2.8.1
Last Updated: 2009-8-3
Downloads: 19,133




