class Lambda(): pass conf = Lambda() conf.source = Lambda() conf.source.highlight = True def clap(): print("*clap*\n" * 3) if conf.source.highlight is True: clap()
....
Ok that was silly, but you get the idea. Source code highlighting is available (even in the comments):
<code type="python"> ... </code>
Check out the input filter tips for more information on using the source code highlighter.
If there's a language missing from the list of enabled ones that you would like turned on, then please just post a comment and I'll be happy to look into it.
Comments
Post new comment