Thursday, January 6, 2011

SyntaxHighlighter Syntax

For this blog I am going to use the javascript library SyntaxHighlighter
from alexgorbatchev.com 3.0.83.

The goal of this post is to remember me how to include source code in others posts.


  • JavaScript


  • function helloSyntaxHighlighter()
    {
     return "hi!";
    }
    


  • C#


  • function helloSyntaxHighlighter()
    {
     return "hi!";
    }
    


  • Python


  • def helloSyntaxHighlighter(self):
      return "hi!";
    


  • Ruby


  • def helloSyntaxHighlighter()
      "hi!"
    end
    


  • XML


  • 
    
    

    No comments:

    Post a Comment