[sourcecode language="csharp"] your code here [/sourcecode]
But this doesn't work with Blogger.
After many searches, I managed to find a solution that actually worked for me here:
http://goo.gl/CYfiu
This will make the code look like this (C# example):
public void MyMethod(string myString) { //do something in here }
I hope it helps you too!
0 Comments