Diaschau ^ |< << Seite 21 von 27 >> >| |
Parsers
Input
{{{#!highlight python def hello(name): print "Hello %s" % name }}}
Display
Zeilennummern ein/ausschalten
1 def hello(name):
2 print "Hello %s" % name