1. Insert the Code Below
3. Preview the Code Syntax Highlighted
5. Add External CSS and JS Library inside <head>
< script type = "text/javascript" src = "http://ajblk.github.io/SyntaxHighlightGenerator-v3.0/scripts/sh-v3.0-min.js" ></ script > < link type = "text/css" rel = "stylesheet" href = "http://ajblk.github.io/SyntaxHighlightGenerator-v3.0/styles/shCoreDefault.css" /> |
6. Add script before the end of </body> tag
< script type = "text/javascript" >SyntaxHighlighter.initialize();</ script > |