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
You should look at a good parser for Creole syntax: creole.py. It can convert Creole (which is "a common wiki markup language to be used across different wikis") to HTML.