====== HTML does not work ======
:?: I have changed the dokuwiki.php file to allow HTML code:
$conf['htmlok'] = 1;
:!: Read the [[wiki:syntax]] page again: //You can embed raw HTML code into your documents by using the html tags.// So to embed HTML you need to enclose the HTML with ''%%%%''.
However, remember that the %%%% is case sensitive; will just display the HTML text source code.