Thursday, May 9, 2013

Use SyntaxHighlighter to make code beautiful

Reading code on Blogger is boring, and it needs to change.

SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. You can find more information at SyntaxHighlighter.

To use blogger with SyntaxHighlighter, you need to -

1. Add below code to your template

 







2. In your blog, add html like -

function foo(){
}

No comments:

Post a Comment