aakash wrote: > hi guys, > > I am using Trac Wiki for my projects documentation. In order to > display various table entries, there are multiple bullet hierarchies, > and few of them have tabular data along. > > Problem : After the table definition ends, next bullet point is > taken as new bullet tree, rather than as a sibling of previous bullet > point. > > There is a workaround; I can use HTML markup for presentation. but > considering that it will be edited quite often, I would prefer it to > be regular wiki formatting.
This: * One * Two * Three * A * B ||A||B||C|| ||1||2||3|| * Four Works for me. Note that there is no blank line before or after the table. (Use [[br]] if you need space around the table.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
