I have a Python web application (especially Django). I read some data from the Trac database (where the descriptions use wiki formatting ) and display it as HTML. I reviewed the markdown module, but realized that the formatting and markdown of Wiki Trac is really quite different. Is there a module for Django or a Python package that supports wiki formatting that uses Trac?
Update:
It seems like I was a little hurried with my vote to close - while the other ticket looks similar, my question is more about Wiki formatting in Trac. Thanks petantik for the link!
Similar question: Where can I get a wiki formatting widget for my django application?
source
share