Python module for wiki markup
问题 Is there a Python module for converting wiki markup to other languages (e.g. HTML )? A similar question was asked here, What's the easiest way to convert wiki markup to html, but no Python modules are mentioned. Just curious. :) Cheers. 回答1: Django uses the following libraries for markup: Markdown Textile reStructuredText You can see how they're used in Django. 回答2: mwlib provides ways of converting MediaWiki formatted text into HTML, PDF, DocBook and OpenOffice formats. 回答3: You should look