My favorites | Sign in
Project Home Issues Source
Project Information
Members
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>

Documentation

If you have questions or comments, please ask on the Google Group.

Major release announcements

Old documentation

Powered by Google Project Hosting