1 """
2 HTML macro
3
4 by Christian Bird <chris.bird@lineo.com>
5
6 """
7 #DESCRIPTION: Outputs the html code contained within parens. [[HTML(<b>bold</b>)]]
8
9 def execute(macro, args):
10
11 return args or ""
MoinMoin: macro/HTML.py (last edited 2007年10月29日 19:09:20 by localhost)