|
Project Information
Links
|
Creoleparser is a Python library for converting Creole wiki markup (aka wikicreole) for output on the web. Example>>> from creoleparser import text2html
>>> print text2html("Some real **simple** mark-up"),
<p>Some real <strong>simple</strong> mark-up</p>DocumentationIf you have questions or comments, please ask on the Google Group. Major release announcementsOld documentation |