I’m trying out the wordpress plugin Code Markup by Bennett McElwee. We’ll see how well it works…
Here’s a few quick tests:
Just code:
for(int i=0; i<10; i++) {
    System.out.println("Number "+i);
}
Code with pre tags:
for(int i=0; i<10; i++) {
    System.out.println("Number "+i);
}
Some jsf code:
    
         
     
    
          
     
Some long code...