>
= HTML =
== Description ==
Outputs the html code contained within parens.
== Download & Release Notes ==
||Download ||Release Version ||Moin Version ||Release Notes ||
||[[attachment:HTML.py]] || || || ||
== Usage ==
'''Please pay attention!'''
. Making this macro available makes your wiki unsafe for its users, because anybody being able to use it, can add arbitrary html to a page, exploiting all sorts of bugs present in today's web browsers. So better NOT use this macro or at least not on publicly editable wikis.
== Example ==
{{{
<bold)>>
}}}
{{{
<big)>>
}}}
== Copyright ==
Christian Bird <>
== License ==
= Bugs =
= Discussion =
You could call the safe html parser then it won't be dangerous for users.