Python module for wiki markup

前端 未结 4 1623
自闭症患者
自闭症患者 2020-12-08 04:24

Is there a Python module for converting wiki markup to other languages (e.g. HTML)?

A similar question was asked here, What\'s

4条回答
  •  一个人的身影
    2020-12-08 05:06

    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.

提交回复
热议问题