Is there a Python module for converting wiki markup to other languages (e.g. HTML)?
Python
wiki markup
HTML
A similar question was asked here, What\'s
with python-creole you can convert html to creole and creole to html... So you can convert other markups to html and then to creole...
https://code.google.com/p/python-creole/