On Sun, 2010-02-28 at 17:21 +0530, Nilesh Govindarajan wrote:
Hi,
I'm trying to implement Google Code WikiSyntax using customfilter.
I'm stuck at tables.
Even if I specify a CSS class to <table> or <td>, it gets escaped and visible as code instead of getting rendered.
How to do I put in a style or css class to work with this ?
-- Nilesh Govindarajan Site & Server Administrator www.itech7.com
I think that you have the html filter and/or html corrector enabled, and they are run after your own filter.
Put your filter *after* those two to avoid them to modify your own generated html code.
Pierre.