andrew-d / misaka

The Python binding for Sundown, a markdown parsing library.

Home Page:http://misaka.61924.nl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About

The Python binding for Sundown, a markdown parsing library.

http://misaka.61924.nl/

License:MIT License


Languages

Language:C 89.9%Language:Python 8.5%Language:Shell 1.6%