I attempted to allow tbody, thead and tfoot in wikiformat.c but failed. I am 
not understanding something. These elements are not really important to me but 
using the cookbook setup for TinyMCE, it insists on inserting tbody tags which 
are denied by the wiki format, thus, the TinyMCE integration with fossil is 
impossible if you have any tables in your wiki.

Richard, could you give me a pointer on what I may be doing wrong? I added 
MARKUP_THEAD,TBODY,TFOOT tags, I added it to the AllowedMarkup structure (in 
order) but the MUTYPE_ stuff I was a bit confused about. As for the allowed 
attributes I just used 0 (none).

What happened when I compiled things was that tbody was accepted but the <tr>'s 
and <td>'s in the tbody were not. They were escaped.

If it's something I'm totally missing and just a 5 second job, a commit would 
be nice also, but don't want to make any demands :-)

Thanks for any input.

Jeremy
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to