Hi; I'm writing a sort of wiki-Include plugin for 0.11.  I have my
expand_macro(self, formatter, name, args) function implemented, and it wants
to take some wiki-formatted text and return it from the macro.   I understand
macros have to return HTML, right?  (Not sure how nested macros work in that
situation, but anyway...) what do I call to process a string of wiki text into
html?  I tried formatter.format(text) but that didn't work.  I'd like to do
this without any deprecated methods (e.g. wiki_to_html?) too.

thanks,
-- 
Gary

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to