Eirik Schwenke wrote:
> Christian Boos skrev 08. juni 2009 16:26:
>
>> There are several improvements I'd like to do in the specific case of
>> tables. One is to make it possible to use a wiki processor for big
>> cells, e.g.
>> {{{
>> #!td
>> any multiline wiki markup here ...
>> (much like #!div)
>> }}}
>>
>
> Hm... not sure if I agree
> "alternative-syntax-x-which-is-just-a-wrapper-for-html" is better than just:
>
> {{{
> #!html
> <table>
> (...)
> }}}
>
It's not at all comparable. Within an !html block, you can't use any
Wiki markup.
And since 0.11, you can't use the older trick of starting a
table/row/cell in one !html block, close it and interleave some wiki
markup, open a another !html block for closing the cell/row/table, etc.
Starting with 0.11, the HTML markup in an !html block has to be
self-contained (see http://trac.edgewall.org/wiki/WikiHtml for details).
-- Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---