Thursday, January 08, 2009

Testing code highlighting

Update:

In order to have the styling work, I had to include by hand the styling information (keyword and string) from this style sheet - and adapt as desired.

- - - - - - -
This is a test of Python code highlighting on Blogger following these instructions.
print "Hello World!"

# And this is a comment
End of test.

3 comments:

Paddy3118 said...

No pretty colours?

Paddy3118 said...

Now it works!

Jarrod said...

shouldn't that now be

print("Hello World")