BitBucket supports the use of this syntax:
#!python
def wiki_rocks(text):
formatter = lambda t: "funky"+t
return formatter(text)
Is there a way to add this support to Markdown Pad? Either as a plugin or as another selection on Markdown processor options?