Search code examples
pythonmediawikimarkdowntext-processing

Is there any way to convert Wikitext to Markdown in python?


Is there a python library which takes wikitext (as used in mediawiki) input and converts it to markdown?


Solution

  • Since is something that I need, I packaged both together:

    http://bitbucket.org/wikier/mw2md

    So now it's easier to perform both tasks.