Parser
Eingabe
{{{#!highlight python def hallo(name): print "Hallo %s" % name }}}
Anzeige
Zeilennummern ein/ausschalten
1 def hallo(name):
2 print "Hallo %s" % name
{{{#!highlight python def hallo(name): print "Hallo %s" % name }}}
1 def hallo(name):
2 print "Hallo %s" % name