Formatting codes in blogs can be really tedious and confusing as program code syntax differs greatly from daily speech. Therefore I have being trying to resolve this problem since I begin the computational aspect of the project. Fortunately, solutions to resolved the problem has already existed on the internet. I have implemented one of the many solutions provide on the net to perfect the blog, so if anyone would like to contribute to the computational model in the future, please use this page as a reference. All credit goes to craftyfella
http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html
// Comment
public class Testing {
public Testing() {
}
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}
No comments:
Post a Comment