Go to file
2012-04-04 21:48:50 +02:00
2012-04-04 21:48:50 +02:00
2012-03-30 00:17:01 +02:00
2012-04-04 21:25:53 +02:00
2012-02-22 01:15:17 -08:00
2012-04-04 21:48:50 +02:00
2012-03-29 23:40:06 +02:00
2011-06-16 18:47:59 +02:00
2012-03-08 21:57:38 +01:00
2012-02-04 00:09:23 +01:00
2012-03-08 22:12:44 +01:00

Misaka

The Python binding for Sundown, a markdown parsing library.

Documentation can be found at: http://misaka.61924.nl/

Installation

Cython is needed to compile Misaka.

With pip:

pip install misaka

Or manually:

python setup.py install

Example

Very simple example:

from misaka import Markdown, HtmlRenderer

rndr = HtmlRenderer()
md = Markdown(rndr)

print md.render('some text')
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.6 MiB
Languages
C 45%
HTML 30.5%
Python 24.5%