2008-08-19

Blog code syntax highlighting added

I have integrated SyntaxHighlighter to my blog to ease readability of code snippets in my posts. As usual everything is hosted by google, for the javascripts I used googlepages.com

At least it will be consistent in case of failure ;)

Some example python code snippet to demonstrate syntax highlighting:

def square(x):
return x*x

No comments: