Jason Winnebeck wrote: > I am using 0.10.2. I realized my mistake, I was putting the text in a > macro that does formatting and the block was big I forgot I wasn't in > wiki text. The macro we made makes tables (since Trac table syntax is > not convenient to us)... maybe I should modify it to call some > wikification function on the cells in the table... Isn't there a > function to do that in my macro if I have plain text I want to convert > wiki text to HTML? >
You'd have to use the "new style" macros for that, i.e. write a plugin (a single file plugin would do in this case). The conversion is not that hard: see http://trac.edgewall.org/wiki/MacroBazaar#AutoNav for an example. Once you've got that working, look in trac/wiki/formatter.py for the wiki_to_oneliner and use that. -- 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 -~----------~----~----~----~------~----~------~--~---
