Tag Archives: code

Code formatting for comments

With the WP-Syntax plugin that I installed this weekend you can  write your comments with a clean syntax highlighting. You only need to write the code between the <pre lang=”LANGUAGE”> and </pre> tags where `LANGUAGE` is a GeSHi supported language syntax. This means it recognizes several languages such as C, C++, bash and  Perl that… Read More »

A code formatting plugin for the blog

I added a WordPress plugin that provides clean syntax highlighting for the code or shell commands in the posts and comments. This will ease the copy&paste between the blog and the shell. If you have any problems while copy&pasting or any comment just let me know. The plugin that I used is WP-Syntax. Thanks.