[ParanoiaLexicon] [TitleIndex] [WordIndex

Parsers

Input

 {{{#!highlight python
 def hello(name):
     print "Hello %s" % name
 }}}

Display

   1 def hello(name):
   2     print "Hello %s" % name

2013-06-13 14:00