教學:
http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html
網站:
http://alexgorbatchev.com/SyntaxHighlighter/
範例:
// Comment public class Testing { public Testing() { } public void Method() { /* Another Comment on multiple lines */ int x = 9; } }