#format python """ HTML macro by Christian Bird """ #DESCRIPTION: Outputs the html code contained within parens. [[HTML(bold)]] def execute(macro, args): return args or " "