Skip to content

firemyst/misaka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misaka
======

A Python binding for Sundown_, a markdown library.

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

.. _Sundown: https://github.com/tanoku/sundown


Installation
------------

Cython is needed to compile Misaka.

With pip::

    pip install misaka

Or manually::

    python setup.py install


Example
-------

    from misaka import Markdown, HtmlRenderer

    rndr = HtmlRenderer()
    md = Markdown(rndr)

    print md.render('some text')

About

A Python binding for Sundown.

Resources

License

Stars

Watchers

Forks

Packages

No packages published