Hello everybody ! I was implementing TracGViz version 1.3.3 (which is almost ready ;) and the side-effect is that I have a few doubts. I'd appreciate if someone either replies with the answer or with a link to the page(s) where I could find further info about the subjects involved ;)
Here are some of them : About reStructuredText and Trac WikiFormatting: - Does anybody know if there is a MIME-type reserved for MoinMoin wiki text ? - Does anybody know if there is a MIME-type reserved for reStructuredText ? - I'd like to generate reStructuredText tables containing arbitrary text in each cell. Does anybody know about a code snippet to do this ? Let me explain myself better. I already implemented a similar algorithm for MoinMoin wiki text, but that case is just simpler (substitute line-breaks by `[[BR]]` and double bars `||` by `| |`). The format used by `rst` tables makes things harder so I wanted to know if there was something (code) out there to do this . - How could I include two bars `||` inside a cell (i.e. table) using WikiFormatting (i.e. !|| doesnt work ;). Thnx in advance ! -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
