Pages

Showing posts with label snippet. Show all posts
Showing posts with label snippet. Show all posts

Tuesday, September 9, 2014

How to use Syntaxhighlighter?

Edit your template's HTML code and add following code in the end of head tag in your template:

 
    
    
    
    
 

    
    
    
    
    
    
    
    
    
    
    
    
 

To use highlighter add pre tag around your code:

      
System.out.println("Hello!!");