I don't want to repeat other useful posts about adjusting Blogger for code syntax highlighter, so take look at these:
- http://alexgorbatchev.com/wiki/SyntaxHighlighter:Integration
- http://yacoding.blogspot.com/2008/05/how-to-add-syntax-highlight-to-blogger.html
- http://fahdshariff.blogspot.com/2008/07/syntax-highlighting-code-in-webpages.html
Here is small example:
public void printHello() {
System.out.println("Hello World");
}
No comments:
Post a Comment