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.
Django uses the following libraries for markup:
You can see how they're used in Django.
Swaroop C H
mwlib provides ways of converting MediaWiki formatted text into HTML, PDF, DocBook and OpenOffice formats.
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://stackoverflow.com/questions/154592/python-module-for-wiki-markup