Hi,
I just tried the following test case:
<code>
.#-----------------------------------------------------
.input|xwiki/2.0
.#-----------------------------------------------------
{{html}}
<p>something</p>
{{/html}}
.#-----------------------------------------------------
.expect|xhtml/1.0
.#-----------------------------------------------------
</code>
And it passes too. It seems like the {{html}} macro always returns an empty
string. However, things work pretty fine when put on a wiki page. Any ideas?
- Asiri