Andreas Schwarz usenet@andreas-s.net writes:
No, for example when I insert HTML code generated by doxygen, Wikipedia destroys most of the tags by changing < to < etc.
Some HTML code is allowed. But only a limited list of tags for security reasons.
For the 1.1 release It seems that the list is defined in OutputPage.php starting from line 1267. So it should be possible to extend this list with the tags you want to allow.
Regards Patrice