DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
By default, Tapestry escapes special characters in HTML. For example, ">" is turned into ">"
If you want to output HTML without the escaping, use the OutputRaw component.
Example
<t:outputraw value="article.asHTML()" />