Hello,<br><br><br>I would like to output HTML code instead of the pmWiki markup in my own cookbook recipe - a file placed in the /cookbook subdir.<br><br>Function aFunct($pagename) {<br><br>&nbsp;$out = &quot;&lt;form&gt;&lt;select&gt;...&quot;;
<br>&nbsp;return $out;<br>}<br><br>This causes pmWiki to set &lt;pre&gt; and &lt;/pre&gt; tags between the $out text. Result: my form placing is screwed up. How can I output HTML - without pmwiki's anti-HTML processing functions? I honestly have no idea. Normally, $out contains something like &quot;!! hello \\ newline&quot; - the default markup, but I'd like to output a form combobox without the nasty &lt;pre&gt; tags.
<br><br><br><br>Thanks!<br>-- Wouter<br>