Adding HTML to wiki
From Project:Support desk
I want to add a simple HTML tag to one of my pages, but the wiki won't let me add HTML. I see in the user manual here that I can add it with this tag: $wgRawHtml = true;
But I don't know what that means or how to enable it. Can someone help?
You should add $wgRawHtml = true; line to your LocalSettings.php file. It is located within the wiki installation folder. Once done, you should be able to use HTML tags.
$wgRawHtml = true; is dangerous! What do you want to add? Maybe Extension:SecureHTML is too much, check "See also"