Posts

Testing GeSHi

Installed syntax highlighting plugin built on my favourite GeSHi. The plugin name is wp-syntax. Testing:

#include <stdio.h>
main
{
   printf("hello, world\n");
}

Comments are closed.